Loading include/html.php +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ function dispHTMLHeader() { echo ' <link rel="alternate" type="application/rss+xml" href="?rss=News" title="Acutalités" />'; echo ' <link rel="alternate" type="application/rss+xml" href="?rss=Videos" title="Vidéos" />'; echo ' <style type="text/css" media="screen" title="EPTV Default">'; echo ' @import url(css/20ans.css);'; echo ' @import url(css/default.css);'; echo ' </style>'; include 'script.js'; echo '</head>'; Loading include/videos.php +2 −1 Original line number Diff line number Diff line <? define('DEFAULT_YEAR', '2010'); define('DEFAULT_YEAR', '2011'); function dispVideos() { Loading Loading @@ -35,6 +35,7 @@ function dispVideos() { function dispVideosMenu(){ $str = '<ul>'; $str .= '<li><a href="index.php?html=Videos&year_page=2011" class="texte_link">2011</a></li>'; $str .= '<li><a href="index.php?html=Videos&year_page=2010" class="texte_link">2010</a></li>'; $str .= '<li><a href="index.php?html=Videos&year_page=2009" class="texte_link">2009</a></li>'; $str .= '<li><a href="index.php?html=Videos&year_page=2008" class="texte_link">2008</a></li>'; Loading Loading
include/html.php +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ function dispHTMLHeader() { echo ' <link rel="alternate" type="application/rss+xml" href="?rss=News" title="Acutalités" />'; echo ' <link rel="alternate" type="application/rss+xml" href="?rss=Videos" title="Vidéos" />'; echo ' <style type="text/css" media="screen" title="EPTV Default">'; echo ' @import url(css/20ans.css);'; echo ' @import url(css/default.css);'; echo ' </style>'; include 'script.js'; echo '</head>'; Loading
include/videos.php +2 −1 Original line number Diff line number Diff line <? define('DEFAULT_YEAR', '2010'); define('DEFAULT_YEAR', '2011'); function dispVideos() { Loading Loading @@ -35,6 +35,7 @@ function dispVideos() { function dispVideosMenu(){ $str = '<ul>'; $str .= '<li><a href="index.php?html=Videos&year_page=2011" class="texte_link">2011</a></li>'; $str .= '<li><a href="index.php?html=Videos&year_page=2010" class="texte_link">2010</a></li>'; $str .= '<li><a href="index.php?html=Videos&year_page=2009" class="texte_link">2009</a></li>'; $str .= '<li><a href="index.php?html=Videos&year_page=2008" class="texte_link">2008</a></li>'; Loading