Update of /cvsroot/blackboxwm/website/tavi/parse
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13534
Modified Files:
html.php
Log Message:
Added Trivia to header menu.
Index: html.php
===================================================================
RCS file: /cvsroot/blackboxwm/website/tavi/parse/html.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** html.php 29 Dec 2005 10:37:27 -0000 1.29
--- html.php 8 Jun 2006 06:59:26 -0000 1.30
***************
*** 389,392 ****
--- 389,393 ----
$output .= ' | ' . html_ref_cond('BlackboxCommunity', 'Community');
$output .= ' | ' . html_ref_cond('BlackboxArtwork', 'Artwork');
+ $output .= ' | ' . html_ref_cond('BlackboxTrivia', 'Trivia');
return $output;
|