diff options
Diffstat (limited to 'utils/modules')
-rw-r--r-- | utils/modules/config.php | 3 | ||||
-rw-r--r-- | utils/modules/gallery.php | 3 | ||||
-rw-r--r-- | utils/modules/news.php | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/utils/modules/config.php b/utils/modules/config.php index 0938906..4c7ac07 100644 --- a/utils/modules/config.php +++ b/utils/modules/config.php @@ -1,5 +1,4 @@ -<?php -/* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +<?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ global $UTIL_DIR; diff --git a/utils/modules/gallery.php b/utils/modules/gallery.php index 0f82c05..f427344 100644 --- a/utils/modules/gallery.php +++ b/utils/modules/gallery.php @@ -1,5 +1,4 @@ -<?php -/* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +<?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ global $UTIL_DIR; diff --git a/utils/modules/news.php b/utils/modules/news.php index 0f4318c..0bd091c 100644 --- a/utils/modules/news.php +++ b/utils/modules/news.php @@ -1,5 +1,4 @@ -<?php -/* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +<?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ global $UTIL_DIR, $MODULES_DIR; |