diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-02-26 02:38:32 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-02-26 02:38:32 +0000 |
commit | 30fdedfb508392c9f76ff9ae5ccade90a80fc910 (patch) | |
tree | a94461839dc862f83e2f5822647b2b17a8d59431 /core/views | |
parent | 11a7b6b751e375b0fd9efa32aa45c54f71c4dfe8 (diff) |
Make theme details its own page so that we can wrap it in a div and
give it a title.
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/admin_theme_details.html.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/views/admin_theme_details.html.php b/core/views/admin_theme_details.html.php new file mode 100644 index 00000000..eb450b16 --- /dev/null +++ b/core/views/admin_theme_details.html.php @@ -0,0 +1,6 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<div id="gAdminThemeDetails"> + <h1> <?= t("Theme Details") ?> </h1> + + <?= $form ?> +</div> |