diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-04 18:42:37 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-04 18:42:37 +0000 |
commit | ce3bcbc353ba8b1d221898a4ae076c067dddd772 (patch) | |
tree | a087fa663f457ba3be85b4d9946c1136f7d53b24 /template/yoga/theme/p0w0/themeconf.inc.php | |
parent | cb58bff46e411871362f1c42f4d9b51f2ff999bb (diff) |
1 - A new trigger point in include/page_header.php
2 - Previous version of p0w0 is replaced by a close version to the phpwebgallery.net web site.
git-svn-id: http://piwigo.org/svn/trunk@1778 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/p0w0/themeconf.inc.php')
-rw-r--r-- | template/yoga/theme/p0w0/themeconf.inc.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/template/yoga/theme/p0w0/themeconf.inc.php b/template/yoga/theme/p0w0/themeconf.inc.php index 3fb9ad84b..f29bab129 100644 --- a/template/yoga/theme/p0w0/themeconf.inc.php +++ b/template/yoga/theme/p0w0/themeconf.inc.php @@ -1,11 +1,11 @@ -<?php
-$themeconf = array(
- 'template' => 'yoga',
- 'theme' => 'p0w0',
- 'template_dir' => 'template/yoga',
- 'icon_dir' => 'template/yoga/icon',
- 'admin_icon_dir' => 'template/yoga/icon/admin',
- 'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
- 'local_head' => '<!-- no theme specific head content -->'
-);
-?>
+<?php +$themeconf = array( + 'template' => 'yoga', + 'theme' => 'p0w0', + 'template_dir' => 'template/yoga', + 'icon_dir' => 'template/yoga/icon', + 'admin_icon_dir' => 'template/yoga/icon/admin', + 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', + 'local_head' => '<!-- no theme specific head content -->' +); +?> |