From 6e51794b3f225a01f221fcc198b7c802b70ff987 Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 20 Mar 2010 23:14:30 +0000 Subject: feature 1522: Move local css local files and local language files to local directory. Add $conf['template_force_compile'] to help developpers. git-svn-id: http://piwigo.org/svn/trunk@5208 68402e56-0260-453c-a942-63ccdbb3a9ee --- local/config/index.php | 30 ++++++++++++++++++++++++++++++ local/css/index.php | 30 ++++++++++++++++++++++++++++++ local/index.php | 30 ++++++++++++++++++++++++++++++ local/language/index.php | 30 ++++++++++++++++++++++++++++++ 4 files changed, 120 insertions(+) create mode 100644 local/config/index.php create mode 100644 local/css/index.php create mode 100644 local/index.php create mode 100644 local/language/index.php (limited to 'local') diff --git a/local/config/index.php b/local/config/index.php new file mode 100644 index 000000000..871b52b6a --- /dev/null +++ b/local/config/index.php @@ -0,0 +1,30 @@ + diff --git a/local/css/index.php b/local/css/index.php new file mode 100644 index 000000000..871b52b6a --- /dev/null +++ b/local/css/index.php @@ -0,0 +1,30 @@ + diff --git a/local/index.php b/local/index.php new file mode 100644 index 000000000..871b52b6a --- /dev/null +++ b/local/index.php @@ -0,0 +1,30 @@ + diff --git a/local/language/index.php b/local/language/index.php new file mode 100644 index 000000000..871b52b6a --- /dev/null +++ b/local/language/index.php @@ -0,0 +1,30 @@ + -- cgit v1.2.3