[geeklog-cvs] Geeklog-1.x config.php,1.253,1.254

Blaine Lang blaine at qs1489.pair.com
Sun Jul 22 20:29:33 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x
In directory qs1489.pair.com:/tmp/cvs-serv36250

Modified Files:
	config.php 
Log Message:
Added the ability to hide the version checker link - like hiding the documentation link.

Index: config.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/config.php,v
retrieving revision 1.253
retrieving revision 1.254
diff -C2 -d -r1.253 -r1.254
*** config.php	2 Jun 2007 07:17:27 -0000	1.253
--- config.php	23 Jul 2007 00:29:31 -0000	1.254
***************
*** 606,609 ****
--- 606,612 ----
  $_CONF['link_documentation'] = 1;
  
+ // Link to the Geeklog version check from the Admin block (0 = hide link, 1 = show)
+ $_CONF['link_versionchecker'] = 1;
+ 
  // Story Settings
  $_CONF['maximagesperarticle']   = 5;




More information about the geeklog-cvs mailing list