[geeklog-cvs] Geeklog-1.x/language english.php, 1.325, 1.326 english_utf-8.php, 1.110, 1.111

Blaine Lang blaine at qs1489.pair.com
Sat Feb 2 16:56:21 EST 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Modifications to config manager to not use a standard block function. Config Manager menu(s) are setup to be part of the configmanager template. The config menu block will use the theme's functions.php to get any block header and footer templates. By default we are using a new pair of templates that don't have a title to tighten up the layout.

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.325
retrieving revision 1.326
diff -C2 -d -r1.325 -r1.326
*** english.php	27 Jan 2008 10:53:03 -0000	1.325
--- english.php	2 Feb 2008 21:56:18 -0000	1.326
***************
*** 1561,1570 ****
  
  $LANG_CONFIG = array(
!     'sections' => 'Configuration Sections',
!     'restore' => 'Restore',
!     'add_element' => 'Add Element',
!     'save_changes' => 'Save Changes',
!     'reset_form' => 'Reset Form',
!     'changes_made' => 'Changes were successfully made to'
  );
  
--- 1561,1572 ----
  
  $LANG_CONFIG = array(
!     'home'          => 'Home',
!     'admin_home'    => 'Site Administration',
!     'sections'      => 'Configuration Sections',
!     'restore'       => 'Restore',
!     'add_element'   => 'Add Element',
!     'save_changes'  => 'Save Changes',
!     'reset_form'    => 'Reset Form',
!     'changes_made'  => 'Changes were successfully made to'
  );
  

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** english_utf-8.php	27 Jan 2008 10:53:03 -0000	1.110
--- english_utf-8.php	2 Feb 2008 21:56:18 -0000	1.111
***************
*** 1561,1570 ****
  
  $LANG_CONFIG = array(
!     'sections' => 'Configuration Sections',
!     'restore' => 'Restore',
!     'add_element' => 'Add Element',
!     'save_changes' => 'Save Changes',
!     'reset_form' => 'Reset Form',
!     'changes_made' => 'Changes were successfully made to'
  );
  
--- 1561,1572 ----
  
  $LANG_CONFIG = array(
!     'home'          => 'Home',
!     'admin_home'    => 'Site Administration',
!     'sections'      => 'Configuration Sections',
!     'restore'       => 'Restore',
!     'add_element'   => 'Add Element',
!     'save_changes'  => 'Save Changes',
!     'reset_form'    => 'Reset Form',
!     'changes_made'  => 'Changes were successfully made to'
  );
  




More information about the geeklog-cvs mailing list