From e9935c532953963c7ece6170de58210ca9cedad7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 12 Mar 2009 18:36:30 +0000 Subject: [PATCH] themes_*.tpl moved --- .gitattributes | 7 ++++--- templates/de/html/theme/.htaccess | 1 + templates/de/html/{ => theme}/theme_one.tpl | 0 templates/de/html/{ => theme}/theme_select_box.tpl | 0 templates/de/html/{ => theme}/theme_select_form.tpl | 0 5 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 templates/de/html/theme/.htaccess rename templates/de/html/{ => theme}/theme_one.tpl (100%) rename templates/de/html/{ => theme}/theme_select_box.tpl (100%) rename templates/de/html/{ => theme}/theme_select_form.tpl (100%) diff --git a/.gitattributes b/.gitattributes index 078ba80c1a..cac7c01828 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1526,9 +1526,10 @@ templates/de/html/surfbar/surfbar_start_banner.tpl -text templates/de/html/surfbar/surfbar_stopped.tpl -text templates/de/html/task/.htaccess -text templates/de/html/task/task_ext_deactivated.tpl -text -templates/de/html/theme_one.tpl -text -templates/de/html/theme_select_box.tpl -text -templates/de/html/theme_select_form.tpl -text +templates/de/html/theme/.htaccess -text +templates/de/html/theme/theme_one.tpl -text +templates/de/html/theme/theme_select_box.tpl -text +templates/de/html/theme/theme_select_form.tpl -text templates/de/html/welcome.tpl -text templates/en/html/admin/admin_welcome.tpl -text templates/en/html/impressum.tpl -text diff --git a/templates/de/html/theme/.htaccess b/templates/de/html/theme/.htaccess new file mode 100644 index 0000000000..03688ee918 --- /dev/null +++ b/templates/de/html/theme/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/templates/de/html/theme_one.tpl b/templates/de/html/theme/theme_one.tpl similarity index 100% rename from templates/de/html/theme_one.tpl rename to templates/de/html/theme/theme_one.tpl diff --git a/templates/de/html/theme_select_box.tpl b/templates/de/html/theme/theme_select_box.tpl similarity index 100% rename from templates/de/html/theme_select_box.tpl rename to templates/de/html/theme/theme_select_box.tpl diff --git a/templates/de/html/theme_select_form.tpl b/templates/de/html/theme/theme_select_form.tpl similarity index 100% rename from templates/de/html/theme_select_form.tpl rename to templates/de/html/theme/theme_select_form.tpl -- 2.30.2