diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-06-08 21:32:03 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-08 21:32:03 -0700 |
| commit | 1ecdb5ef0c82272d8019e4b7d834432f73baf474 (patch) | |
| tree | 1d6d989b7928e5843624ce7ed8782c9b8aabb607 /themes/default/views | |
| parent | f0ca27ab924c06cc72a44d66498b86aeda672b33 (diff) | |
| parent | b9ee6f7d185c734dcff595d06d9c6e6fda5822ac (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 5e7101e1..6c77fb72 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -54,7 +54,7 @@ <?= $theme->head() ?> </head> - <body> + <body <?= $theme->main_element_attributes() ?>> <?= $theme->page_top() ?> <div id="doc4" class="yui-t5 gView"> <?= $theme->site_status() ?> |
