Changeset 5920 for trunk/include


Ignore:
Timestamp:
Apr 18, 2010, 8:59:37 PM (14 years ago)
Author:
nikrou
Message:

Bug 1617 fixed : help page is displayed in current theme in public or admin pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r5509 r5920  
    153153
    154154// template instance
    155 if (( defined('IN_ADMIN') and IN_ADMIN )
    156     or (defined('PWG_HELP') and PWG_HELP))
     155if (defined('IN_ADMIN') and IN_ADMIN )
    157156{// Admin template
    158157  $template = new Template(PHPWG_ROOT_PATH.'admin/themes', $conf['admin_theme']);
Note: See TracChangeset for help on using the changeset viewer.