Ignore:
Timestamp:
Aug 20, 2009, 10:50:54 PM (15 years ago)
Author:
nikrou
Message:

Reorganize files (template, css, js, ...)
wip : plugin management

File:
1 copied

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/admin.php

    r3762 r3764  
    2121// +-----------------------------------------------------------------------+
    2222
     23if (!defined('PHPWG_ROOT_PATH')) {
     24  die('Hacking attempt!');
     25}
     26
     27$GLOBALS['template']->set_filenames(array('plugin_admin_content' => AK_PLUGIN_TEMPLATE . '/admin.tpl'));
     28$GLOBALS['template']->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content');
    2329?>
Note: See TracChangeset for help on using the changeset viewer.