[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/staticpages index.php, 1.89, 1.90

Dirk Haun dhaun at qs1489.pair.com
Thu Dec 20 16:03:06 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv86623/public_html/admin/plugins/staticpages

Modified Files:
	index.php 
Log Message:
In a multi-language setup, we need to be able to see all topics for the static pages centerblock option


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/staticpages/index.php,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** index.php	25 Nov 2007 06:58:56 -0000	1.89
--- index.php	20 Dec 2007 21:03:04 -0000	1.90
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Static Pages Geeklog Plugin 1.4.3                                         |
  // +---------------------------------------------------------------------------+
  // | index.php                                                                 |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Static Pages Geeklog Plugin 1.5                                           |
  // +---------------------------------------------------------------------------+
  // | index.php                                                                 |
***************
*** 9,13 ****
  // | Administration page.                                                      |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
--- 9,13 ----
  // | Administration page.                                                      |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
***************
*** 210,214 ****
              $current_topic = 'none';
          }
!         $topics = COM_topicList ('tid,topic', $current_topic);
          $alltopics = '<option value="all"';
          if ($current_topic == 'all') {
--- 210,214 ----
              $current_topic = 'none';
          }
!         $topics = COM_topicList ('tid,topic', $current_topic, 1, true);
          $alltopics = '<option value="all"';
          if ($current_topic == 'all') {




More information about the geeklog-cvs mailing list