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/common.inc.php

    r12768 r12796  
    108108include(PHPWG_ROOT_PATH . 'include/constants.php');
    109109include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
    110 include( PHPWG_ROOT_PATH .'include/template.class.php');
     110include(PHPWG_ROOT_PATH .'include/template.class.php');
    111111
    112112// Database connection
     
    132132  }
    133133}
     134
     135ImageStdParams::load_from_db();
    134136
    135137load_plugins();
Note: See TracChangeset for help on using the changeset viewer.