Ignore:
Timestamp:
Jan 21, 2010, 9:32:59 PM (15 years ago)
Author:
vdigital
Message:

[Update] - Juza Theme is full working (Not tested with plugins).

Recommended organization: Don't mixed Pictures and subcategories in a category.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Juza/themeconf.inc.php

    r4659 r4716  
    2525$user['nb_image_page']= 7;
    2626load_language('lang', JUZA_PATH);
    27 /* No handlers at all or Open ? */
    28 if ($conf['enable_plugins'] and is_file(JUZA_PATH.'include/functions.inc.php')) {
     27/* No handlers or plugin handlers agreed */
     28if ($conf['enable_plugins']) {
    2929  include_once(JUZA_PATH.'include/functions.inc.php');
    3030  add_event_handler('loc_after_page_header', 'Juza_hook', 20);
    3131  add_event_handler('blockmanager_apply', 'Juza_tags');
    32   /* add_event_handler('init', 'remove_AkBookStyle_handlers', 50); */
    3332}
    3433?>
Note: See TracChangeset for help on using the changeset viewer.