Cleaned functions.

Added room for image aspect ratio. Implemented soon.
This commit is contained in:
Savetheinternet 2010-11-04 03:10:47 +11:00
parent 1e20121224
commit a2a404f1da
3 changed files with 56 additions and 22 deletions

View file

@ -62,6 +62,8 @@
define('JPEG_QUALITY', 100);
define('REDRAW_GIF', false);
// Display the aspect ratio in a post's file info
define('SHOW_RATIO', false);
define('DIR_IMG', 'src/');
define('DIR_THUMB', 'thumb/');