Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv31500/phpwiki
Modified Files:
index.php
Log Message:
New icon for unknown link protocols, a hollow arrow (a question mark could be confused with unknown-WikiWords).
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** index.php 2001/12/06 19:15:05 1.34
--- index.php 2001/12/06 21:13:30 1.35
***************
*** 274,278 ****
'ftp' => 'images/ftp.png',
'mailto' => 'images/mailto.png',
! '*' => 'images/http.png'
);
*/
--- 274,278 ----
'ftp' => 'images/ftp.png',
'mailto' => 'images/mailto.png',
! '*' => 'images/zapg.png'
);
*/
|