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

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Jun 17 15:42:39 EDT 2004


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

Modified Files:
	index.php 
Log Message:
Fixed "mode=print" parameter (closing bracket was in the wrong place ...)


Index: index.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/staticpages/index.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** index.php	17 Jun 2004 19:29:59 -0000	1.17
--- index.php	17 Jun 2004 19:42:37 -0000	1.18
***************
*** 109,113 ****
  
          if ($_CONF['hideprintericon'] == 0) {
!             $retval .= ' <a href="' . COM_buildURL ($_CONF['site_url'] . '/staticpages/index.php?page=' . $page) . '&mode=print"><img src="' . $_CONF['layout_url'] . '/images/print.gif" alt="' . $LANG01[65] . '" title="' . $LANG11[3] . '" border="0"></a>';
          }
  
--- 109,113 ----
  
          if ($_CONF['hideprintericon'] == 0) {
!             $retval .= ' <a href="' . COM_buildURL ($_CONF['site_url'] . '/staticpages/index.php?page=' . $page . '&mode=print') . '"><img src="' . $_CONF['layout_url'] . '/images/print.gif" alt="' . $LANG01[65] . '" title="' . $LANG11[3] . '" border="0"></a>';
          }
  




More information about the geeklog-cvs mailing list