[geeklog-cvs] Geeklog-1.x/plugins/links config.php,1.14,1.15

Oliver ospiess at qs1489.pair.com
Thu Aug 9 02:47:48 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links
In directory qs1489.pair.com:/tmp/cvs-serv34704

Modified Files:
	config.php 
Log Message:
configurable target after save for links plugin

Index: config.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/config.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** config.php	19 Mar 2007 18:43:35 -0000	1.14
--- config.php	9 Aug 2007 06:47:45 -0000	1.15
***************
*** 141,144 ****
--- 141,153 ----
  $_LI_CONF['delete_links'] = 0;
  
+ /** What to show after a link has been saved? Possible choices:
+  * 'item' -> forward to the target of the link
+  * 'list' -> display the admin-list of links
+  * 'plugin' -> display the public homepage of the links plugin
+  * 'home' -> display the site homepage
+  * 'admin' -> display the site admin homepage
+  */
+ $_LI_CONF['aftersave'] = 'admin';
+ 
  /**
   * Define default permissions for new links created from the Admin panel.




More information about the geeklog-cvs mailing list