diff options
Diffstat (limited to '')
-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 -->' +); +?> |