Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv31607
Modified Files:
Template.php
Log Message:
removed comment about CSS_URL from BASE_URL (no longer applicable, the new CSS_URL function uses DATA_URL instead of the BASE_URL kludge)
Index: Template.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/Template.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Template.php 2002/01/03 00:09:18 1.9
--- Template.php 2002/01/03 00:32:33 1.10
***************
*** 290,294 ****
// FIXME:
//WikiURL($GLOBALS['pagename'], false, 'absolute_url')
- //added this for phpwiki-printer.css
BaseURL()
);
--- 290,293 ----
|