diff options
Diffstat (limited to 'utils/imagecache.php')
-rw-r--r-- | utils/imagecache.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/imagecache.php b/utils/imagecache.php index a4a7792..347e946 100644 --- a/utils/imagecache.php +++ b/utils/imagecache.php @@ -1,6 +1,7 @@ -<?php +<?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ + +global $UTIL_DIR, $MODULES_DIR; -include_once("config.php"); include_once($UTIL_DIR . "/modules.php"); class ImageSize { |