Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

351
 
352
 
352
 
template.php
_> 11 <?php
  22 /*
<> 3 -  $Id: template.php 351 2005-12-19 11:46:41Z hpdl $
   3+  $Id: template.php 352 2005-12-19 11:55:30Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
174174  * @return string
  175175  */
  176176 
<> 177 -    function getTemplate() {
   177+    function getCode() {
<_ 178178       if (isset($this->_template) === false) {
  179179         $this->setTemplate();
  180180       }