diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 14:08:46 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 14:08:46 -0800 |
| commit | b5f2dbc2c4fa974f486bc92c75054940424ed323 (patch) | |
| tree | 90c38929aabd5f4786088ad49a0c8534c620e522 /themes/wind | |
| parent | b01056da917e7da2921a5cd4c65b129489cbc19f (diff) | |
Create a user_menu for the top of the page. Change the login, edit profile and logout portions of the banner to be rendered by the Theme_View::user_menu callback. This fires the user_menu event. Fixes Ticket #871.
Diffstat (limited to 'themes/wind')
| -rw-r--r-- | themes/wind/views/page.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index a2b2fdd7..f41dcd27 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -84,6 +84,7 @@ <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->user_menu() ?> <?= $theme->header_top() ?> <div id="g-site-menu"> <?= $theme->site_menu() ?> |
