diff options
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 { |