summaryrefslogtreecommitdiff
path: root/themes/wind/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-28 00:15:08 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-28 00:15:08 -0600
commitfbc551771153a6664da2c3a3a82e22b912bb3cdc (patch)
treec29e6f28f818f80fe12a0241b6a399c9024cbc6c /themes/wind/views
parent27571a1467e34a6774f250a22ce9ab16fddd909a (diff)
Initial RTL update work. Consolidated shared rtl-related css selectors in gallery.common. Applied g-right and g-left to a few banner items, including login menu and the logo.
Diffstat (limited to 'themes/wind/views')
-rw-r--r--themes/wind/views/page.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index 1d0e02ce..a2b2fdd7 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -77,14 +77,14 @@
<?= $theme->site_status() ?>
<div id="g-header" class="ui-helper-clearfix">
<div id="g-banner">
- <?= $theme->header_top() ?>
<? if ($header_text = module::get_var("gallery", "header_text")): ?>
<?= $header_text ?>
<? else: ?>
- <a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery home")->for_html_attr() ?>">
+ <a id="g-logo" class="g-left" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery home")->for_html_attr() ?>">
<img width="107" height="48" alt="<?= t("Gallery logo: Your photos on your web site")->for_html_attr() ?>" src="<?= url::file("lib/images/logo.png") ?>" />
</a>
<? endif ?>
+ <?= $theme->header_top() ?>
<div id="g-site-menu">
<?= $theme->site_menu() ?>
</div>