diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-14 04:53:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-14 04:53:15 +0000 |
commit | 45f382b06d0f6a5da0660d3bb70ce2c71193be57 (patch) | |
tree | bde9f0aab8b0370736b401b114f0169a6f2f86f8 /themes | |
parent | 5744c3ea4b476f7cdc8bad113432673e88f884d9 (diff) | |
download | ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.tar.gz ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.tar.bz2 ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.zip |
Add vim modelines to all php files (Thx ascheel)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/classic/theme.cfg.php | 1 | ||||
-rw-r--r-- | themes/greysme/theme.cfg.php | 1 | ||||
-rw-r--r-- | themes/penguin/theme.cfg.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/themes/classic/theme.cfg.php b/themes/classic/theme.cfg.php index 5d0cc1fe..a2bf6127 100644 --- a/themes/classic/theme.cfg.php +++ b/themes/classic/theme.cfg.php @@ -1,4 +1,5 @@ ;;;;;;;;;;;;;;;;;; +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ ;<?php exit(); ?>; ;;;;;;;;;;;;;;;;;; ; Copyright (c) 2001 - 2007 Ampache.org diff --git a/themes/greysme/theme.cfg.php b/themes/greysme/theme.cfg.php index 69fb1078..6eaa5b30 100644 --- a/themes/greysme/theme.cfg.php +++ b/themes/greysme/theme.cfg.php @@ -1,4 +1,5 @@ ;;;;;;;;;;;;;;;;;;
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ ;<?php exit(); ?>;
;;;;;;;;;;;;;;;;;;
; Copyright (c) 2001 - 2007 Ampache.org
diff --git a/themes/penguin/theme.cfg.php b/themes/penguin/theme.cfg.php index 838ce96e..c75f9d9f 100644 --- a/themes/penguin/theme.cfg.php +++ b/themes/penguin/theme.cfg.php @@ -1,4 +1,5 @@ ;;;;;;;;;;;;;;;;;;
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ ;<?php exit(); ?>;
;;;;;;;;;;;;;;;;;;
; Copyright (c) 2001 - 2007 Ampache.org
|