Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv9284/includes
Modified Files:
header.inc.php
Log Message:
Completed (hopefully) the move to header/footer on all pages. Cleaned up
header a bit.
Index: header.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/header.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** header.inc.php 20 Sep 2003 21:46:17 -0000 1.4
--- header.inc.php 21 Sep 2003 03:22:09 -0000 1.5
***************
*** 1,9 ****
- <?
-
- if ($current_view == 'preferences') $display_date = $preferences_lang;
- if ($current_view == 'search') $display_date = $results_lang;
-
- ?>
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
--- 1,2 ----
|