From: Carsten K. <car...@us...> - 2001-12-07 05:37:16
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv15582/phpwiki Modified Files: index.php Log Message: InterWiki link-icon added. Index: index.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/index.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** index.php 2001/12/07 05:27:03 1.37 --- index.php 2001/12/07 05:37:13 1.38 *************** *** 270,273 **** --- 270,275 ---- // but ONLY for the AllowedProtocols specified in in part four! // 'interwiki' icon indicates a Wiki listed in lib/interwiki.map + // If you want icons just to differentiate between urls and Wikis then + // turn on only 'interwiki' and '*', comment out the other four. /* $URL_LINK_ICONS = array( |