diff options
author | deva <deva> | 2010-02-25 12:16:16 +0000 |
---|---|---|
committer | deva <deva> | 2010-02-25 12:16:16 +0000 |
commit | 3b9e8c3674306c34c01c751990ac36ade0996364 (patch) | |
tree | a70816e4b17e1a38d1d1bc26e2ffa6e91b7644bd | |
parent | e55474c652add389d35aaa079b4fb240df1eb1a2 (diff) |
Add emacs tab config comment.
-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; |