Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

783
 
802
 
802
 
template.php
_> 11 <?php
  22 /*
<> 3 -  $Id: template.php 783 2006-08-23 22:06:44Z hpdl $
   3+  $Id: template.php 802 2006-08-26 00:46:19Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
194194       $_page_module_name = 'osC_' . ucfirst($group) . '_' . ucfirst($module);
  195195       $object = new $_page_module_name();
  196196 
<>  197+      require('includes/classes/actions.php');
   198+      osC_Actions::parse();
   199+
<_ 197200       return $object;
  198201     }
  199202