Ignore:
Timestamp:
Dec 14, 2009, 11:56:22 PM (14 years ago)
Author:
vdigital
Message:

[Update] For Juza - Juza Theme Configuration Menu

  • Activate Juza handlers
  • Index picture max-width [300:885]
  • Index picture cropping-height [110:400]
  • Index picture top-shift [-320:0]
  • Auto cropping and shifting

Pendings:

  • Configuration (Apply)
  • Exception management
  • Menubar
File:
1 edited

Legend:

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

    r4482 r4494  
    2121global $user, $conf;
    2222$user["expand"] = true; /* Forced to assign subcategory links inside each category on index page */
    23 if (!isset($conf['Juza_active'])) $conf['Juza_active'] = true; /* Missing = active */
    2423
    2524/* No handlers at all or Open ? */
    26 if ($conf['enable_plugins'] and $conf['Juza_active']) {
     25if ($conf['enable_plugins']) {
    2726  include_once(JUZA_PATH.'include/functions.inc.php');
    2827  add_event_handler('loc_after_page_header', 'Juza_hook', 20);
    29   if (isset($_GET['Juza_config'])) {
    30     add_event_handler('loc_after_page_header', 'Juza_admin', 10);
    31   }
    3228}
    3329?>
Note: See TracChangeset for help on using the changeset viewer.