diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-06 07:20:06 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-06 07:20:06 +0000 |
| commit | 278191dd6d38bd939ccefb7a1c338611ee920b6e (patch) | |
| tree | f0272b1dba82fd5ad3f1b2ee4dd559f0b71838c5 /themes/default/views/sidebar.html.php | |
| parent | 6cafc61f96e900790c8a1e3f0cd01b1b679e93b0 (diff) | |
Change the theming module again, per a discussion with Chad and Jakob.
Now we have an overall page layout (page.html.php) which has a $content
variable, and that $content will be one of several possible secondary
views. Currently, it is either photo.html.php or album.html.php.
header, footer, breadcrumb, sidebar, anything common to all pages is
in page.html.php.
Diffstat (limited to 'themes/default/views/sidebar.html.php')
| -rw-r--r-- | themes/default/views/sidebar.html.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php deleted file mode 100644 index 991c919f..00000000 --- a/themes/default/views/sidebar.html.php +++ /dev/null @@ -1,6 +0,0 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> -<div id="gSidebar" class="yui-b"> - <? foreach ($theme->blocks() as $block): ?> - <?= $block ?> - <? endforeach ?> -</div><!-- END #gSideBar --> |
