summaryrefslogtreecommitdiff
path: root/utils/imagecache.php
diff options
context:
space:
mode:
authordeva <deva>2010-03-02 15:00:35 +0000
committerdeva <deva>2010-03-02 15:00:35 +0000
commitc34ccc130e2a507c266ee54a163cdf3a5886d63d (patch)
tree42f170422c068bf6c901d2770be938e54fb8b608 /utils/imagecache.php
parente10832ad013881909cf1a051bbecae732b9e4cad (diff)
Made a lot of changes, making it possible to entirely remove th config.php file from the project. These changes includes the creation of a new rss config module, the adding of some config vars in both the events and news modules.
Diffstat (limited to 'utils/imagecache.php')
-rw-r--r--utils/imagecache.php5
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 {