Update of /cvsroot/phpwiki/phpwiki/themes/default
In directory usw-pr-cvs1:/tmp/cvs-serv26043/phpwiki/themes/default
Modified Files:
themeinfo.php
Log Message:
added $ID$ line for CVS
Index: themeinfo.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/default/themeinfo.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** themeinfo.php 2001/12/26 14:14:56 1.4
--- themeinfo.php 2001/12/27 18:11:49 1.5
***************
*** 1,4 ****
--- 1,6 ----
<?php
+ rcs_id('$Id$');
+
// FIXME: these files are moved to a subfolder in /templates
// e.g. /templates/vanilla so relative paths to index.php
***************
*** 42,45 ****
--- 44,49 ----
'*' => "themes/$theme/icons/zapg.png"
);
+
+ rcs_id('$Id$');
// (c-file-style: "gnu")
|