Changeset 3170 for branches/2.0


Ignore:
Timestamp:
Mar 3, 2009, 11:39:08 PM (15 years ago)
Author:
patdenice
Message:

merge r3169 from trunk to branch 2.0
User's template extension must not be included in admin pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/include/template.class.php

    r3046 r3170  
    8585    $this->set_template_dir($root);
    8686
    87     if (isset($conf['extents_for_templates']))
     87    if (!defined('IN_ADMIN') and isset($conf['extents_for_templates']))
    8888    {
    8989      $tpl_extents = unserialize($conf['extents_for_templates']);
Note: See TracChangeset for help on using the changeset viewer.