[geeklog-cvs] Geeklog-1.x/public_html/links index.php,1.37,1.38

Dirk Haun dhaun at qs1489.pair.com
Thu Jun 12 15:45:28 EDT 2008


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

Modified Files:
	index.php 
Log Message:
The word "Root" wasn't taken from the language file for the page  title of the public list of links (reported by Markus Wollschläger)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/links/index.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** index.php	24 May 2008 09:49:19 -0000	1.37
--- index.php	12 Jun 2008 19:45:26 -0000	1.38
***************
*** 98,103 ****
          }
      } else {
!         $category = DB_getItem($_TABLES['linkcategories'], 'category',
!                                "cid = '{$cat}'");
          if ($page > 1) {
              $page_title = sprintf ($LANG_LINKS[114] . ': %s (%d)', $category,
--- 98,107 ----
          }
      } else {
!         if ($cid == $_LI_CONF['root']) {
!             $category = $LANG_LINKS['root'];
!         } else {
!             $category = DB_getItem($_TABLES['linkcategories'], 'category',
!                                    "cid = '{$cat}'");
!         }
          if ($page > 1) {
              $page_title = sprintf ($LANG_LINKS[114] . ': %s (%d)', $category,




More information about the geeklog-cvs mailing list