[geeklog-cvs] geeklog-1.3/public_html index.php,1.48,1.49

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri May 30 08:23:51 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv13028/public_html

Modified Files:
	index.php 
Log Message:
Make sure bottom center blocks are displayed above the "Google paging".


Index: index.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/index.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** index.php	22 May 2003 21:08:31 -0000	1.48
--- index.php	30 May 2003 12:23:49 -0000	1.49
***************
*** 186,189 ****
--- 186,191 ----
      }
  
+     $display .= PLG_showCenterblock (3, $page, $topic); // bottom blocks
+ 
      // Print Google-like paging navigation
      if (empty($topic)) {
***************
*** 196,200 ****
      }
      $display .= COM_printPageNavigation($base_url,$page, $num_pages);
! } else {
      $display .= COM_startBlock($LANG05[1]) . $LANG05[2];
      if (!empty($topic)) {
--- 198,202 ----
      }
      $display .= COM_printPageNavigation($base_url,$page, $num_pages);
! } else { // no stories to display
      $display .= COM_startBlock($LANG05[1]) . $LANG05[2];
      if (!empty($topic)) {
***************
*** 203,211 ****
      }
      $display .= COM_endBlock();
- }
  
! $display .= PLG_showCenterblock (3, $page, $topic); // bottom blocks
  
! $display .= COM_siteFooter(true); // The true value enables right hand blocks.
  
  // Output page 
--- 205,213 ----
      }
      $display .= COM_endBlock();
  
!     $display .= PLG_showCenterblock (3, $page, $topic); // bottom blocks
! }
  
! $display .= COM_siteFooter (true); // The true value enables right hand blocks.
  
  // Output page 





More information about the geeklog-cvs mailing list