diff options
author | deva <deva> | 2010-01-28 13:45:42 +0000 |
---|---|---|
committer | deva <deva> | 2010-01-28 13:45:42 +0000 |
commit | 55b8d42b6422f24196078c8adb6a2a59861d0ef4 (patch) | |
tree | 922cb7c3ed395ac28279d5091d057b9f30bcdbfa /utils/modules/icons.php | |
parent | 657b191f6b4ae00d714fffe6911d8999d0a99873 (diff) |
Lazy load on modules.
Diffstat (limited to 'utils/modules/icons.php')
-rw-r--r-- | utils/modules/icons.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/modules/icons.php b/utils/modules/icons.php index 3a9d716..d916ec4 100644 --- a/utils/modules/icons.php +++ b/utils/modules/icons.php @@ -1,5 +1,8 @@ <?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ + +global $UTIL_DIR; + include_once($UTIL_DIR . "/modules.php"); class Icon { |