Changeset 5434 for trunk/include


Ignore:
Timestamp:
Mar 28, 2010, 10:29:55 PM (14 years ago)
Author:
patdenice
Message:

feature 1502: In template extensions admin page, change "Bound template" by "Bound theme".
Template extensions are now attached to all themes if nothing is selected in "bound theme" column.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r5208 r5434  
    224224
    225225      if ((stripos(implode('',array_keys($_GET)), '/'.$param) !== false or $param == 'N/A')
    226         and ($thm == $theme)
     226        and ($thm == $theme or $thm == 'N/A')
    227227        and (!isset($this->extents[$handle]) or $overwrite)
    228228        and file_exists($dir . $filename))
Note: See TracChangeset for help on using the changeset viewer.