From: Carsten K. <car...@us...> - 2001-12-02 03:33:31
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv26763/phpwiki Modified Files: index.php Log Message: //define("USE_LINK_ICONS", 1) this turns on url indicator icons, inserted before embedded links to indicate the type of link. Index: index.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/index.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** index.php 2001/11/28 20:12:48 1.30 --- index.php 2001/12/02 03:33:28 1.31 *************** *** 266,269 **** --- 266,272 ---- //$SignatureImg = "images/signature.png"; + // this turns on url indicator icons, inserted before embedded links + //define("USE_LINK_ICONS", 1); + // Date & time formats used to display modification times, etc. // Formats are given as format strings to PHP strftime() function |