Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

323
 
324
 
324
 
template.php
_> 11 <?php
  22 /*
<> 3 -  $Id: template.php 323 2005-12-05 00:48:23Z hpdl $
   3+  $Id: template.php 324 2005-12-05 02:18:32Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
213213       return $tag_string . "\n";
  214214     }
  215215 
<>  216+/**
   217+ * Return the boxes assigned to the page content
   218+ *
   219+ * @param string $group The group name of boxes to include that the template has provided
   220+ * @return array
   221+ */
   222+
<_ 216223     function getPageBoxes($group) {
  217224       static $osC_Boxes;
  218225