[geeklog-cvs] geeklog-1.3/public_html/staticpages index.php,1.20,1.21

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Aug 8 04:22:08 EDT 2004


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

Modified Files:
	index.php 
Log Message:
Added "Printable Format" text string


Index: index.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/staticpages/index.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** index.php	2 Aug 2004 18:38:52 -0000	1.20
--- index.php	8 Aug 2004 08:22:05 -0000	1.21
***************
*** 110,114 ****
  
          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>';
          }
  
--- 110,114 ----
  
          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="' . $LANG_STATIC['printable_format'] . '" border="0"></a>';
          }
  




More information about the geeklog-cvs mailing list