Commit 6dc0e34d authored by Seblu's avatar Seblu
Browse files

change css

add video year 2011
parent 034984d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ function dispHTMLHeader() {
  echo ' <link rel="alternate" type="application/rss+xml"  href="?rss=News" title="Acutalit&eacute;s" />';
  echo ' <link rel="alternate" type="application/rss+xml"  href="?rss=Videos" title="Vid&eacute;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>';
+2 −1
Original line number Diff line number Diff line
<?

define('DEFAULT_YEAR', '2010');
define('DEFAULT_YEAR', '2011');

function dispVideos() {

@@ -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>';