Ignore:
Timestamp:
Dec 27, 2011, 6:26:44 AM (12 years ago)
Author:
rvelices
Message:

feature 2541 multisize

  • core implementation + usage on most public/admin pages
  • still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r12768 r12796  
    2828
    2929define('PHPWG_THEMES_PATH', $conf['themes_dir'].'/');
    30 define('PWG_COMBINED_DIR', PWG_LOCAL_DIR.'combined/');
     30defined('PWG_COMBINED_DIR') or define('PWG_COMBINED_DIR', PWG_LOCAL_DIR.'combined/');
     31defined('PWG_DERIVATIVE_DIR') or define('PWG_DERIVATIVE_DIR', PWG_LOCAL_DIR.'i/');
    3132
    3233// Required versions
Note: See TracChangeset for help on using the changeset viewer.