Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv18110/phpwiki
Modified Files:
index.php
Log Message:
typo URL_LINK_ICONS
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** index.php 2001/12/06 21:13:30 1.35
--- index.php 2001/12/06 22:11:23 1.36
***************
*** 269,273 ****
// FIXME: need a special icon (question mark?) for unknown protocols.
/*
! $LINK_ICONS = array(
'http' => 'images/http.png',
'https' => 'images/https.png',
--- 269,273 ----
// FIXME: need a special icon (question mark?) for unknown protocols.
/*
! $URL_LINK_ICONS = array(
'http' => 'images/http.png',
'https' => 'images/https.png',
|