Changeset 2290 for trunk/admin


Ignore:
Timestamp:
Mar 23, 2008, 1:04:46 AM (16 years ago)
Author:
rvelices
Message:
  • remove compatibility with old template ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/tabsheet.class.php

    r2226 r2290  
    135135
    136136    $selected_tab = $this->get_selected();
    137    
     137
    138138    if (isset($selected_tab))
    139139    {
    140       $template->assign_vars(
     140      $template->assign(
    141141        array($this->titlename => '['.$selected_tab['caption'].']'));
    142142    }
Note: See TracChangeset for help on using the changeset viewer.