From ce6bc14591a6e3c1ef46490a2f88c69739ae847d Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Fri, 7 Dec 2001 05:37:13 +0000 Subject: [PATCH] InterWiki link-icon added. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@733 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 3faa90c3c..f478dbb8d 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,7 @@ define ('PHPWIKI_VERSION', '1.3.0-jeffs-hacks'); require "lib/prepend.php"; -rcs_id('$Id: index.php,v 1.37 2001-12-07 05:27:03 carstenklapp Exp $'); +rcs_id('$Id: index.php,v 1.38 2001-12-07 05:37:13 carstenklapp Exp $'); ///////////////////////////////////////////////////////////////////// // @@ -269,6 +269,8 @@ $logo = "images/wikibase.png"; // '*' icon is shown when the link type has no icon listed here, // 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( 'http' => 'images/http.png', -- 2.45.0