[geeklog-cvs] geeklog-1.3/public_html/staticpages index.php,1.18,1.19

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Jul 24 09:19:55 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/staticpages
In directory www:/tmp/cvs-serv6015/public_html/staticpages

Modified Files:
	index.php 
Log Message:
Added an option to sort the static pages added to the site's menu by id, label, title, or date.


Index: index.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/staticpages/index.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** index.php	17 Jun 2004 19:42:37 -0000	1.18
--- index.php	24 Jul 2004 13:19:53 -0000	1.19
***************
*** 162,165 ****
--- 162,166 ----
      $print->set_var ('sp_content',
              render_content (stripslashes ($A['sp_content']), $A['sp_php']));
+     $print->set_var ('sp_hits', $A['sp_hits']);
      $print->parse ('output', 'print');
  




More information about the geeklog-cvs mailing list