[geeklog-cvs] Geeklog-1.x/plugins/links config.php,1.18,1.19

Oliver ospiess at qs1489.pair.com
Tue Aug 28 06:02:23 EDT 2007


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

Modified Files:
	config.php 
Log Message:
new version from Euan (2nd try)

Index: config.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/config.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** config.php	28 Aug 2007 07:33:30 -0000	1.18
--- config.php	28 Aug 2007 10:02:21 -0000	1.19
***************
*** 34,38 ****
   * @package Links
   * @filesource
!  * @version 1.1
   * @since GL 1.4.0
   * @copyright Copyright © 2005-2006
--- 34,38 ----
   * @package Links
   * @filesource
!  * @version 1.2
   * @since GL 1.4.0
   * @copyright Copyright © 2005-2006
***************
*** 166,169 ****
--- 166,192 ----
  
  
+ 
+ /**
+  * show category descriptions
+  * Whether to show subcategory descriptions when viewing a category or not.
+  *
+  * @global array $_LI_CONF['show_category_descriptions']
+  */
+ $_LI_CONF['show_category_descriptions'] = true;
+ 
+ /**
+  * enable multilingual features
+  * Whether to enable simple multilingual behaviour or not.
+  *
+  * @global array $_LI_CONF['enable_multilingual_links']
+  */
+ $_LI_CONF['enable_multilingual_links'] = false;
+ 
+ /**
+  * Links root category id
+  *
+  * @global array $_LI_CONF['root']
+  */
+ $_LI_CONF['root'] = 'site';
  
  /**




More information about the geeklog-cvs mailing list