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

Dirk Haun dhaun at qs1489.pair.com
Thu Dec 20 16:10:18 EST 2007


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

Modified Files:
      Tag: geeklog_1_4_1_1
	index.php 
Log Message:
In a multi-language setup, we need to be able to see all topics for the static pages centerblock option (ported over from the trunk)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/staticpages/index.php,v
retrieving revision 1.80.2.1
retrieving revision 1.80.2.2
diff -C2 -d -r1.80.2.1 -r1.80.2.2
*** index.php	13 Jan 2007 22:29:17 -0000	1.80.2.1
--- index.php	20 Dec 2007 21:10:16 -0000	1.80.2.2
***************
*** 203,207 ****
              $current_topic = 'none';
          }
!         $topics = COM_topicList ('tid,topic', $current_topic);
          $alltopics = '<option value="all"';
          if ($current_topic == 'all') {
--- 203,207 ----
              $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