diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-06-28 19:49:48 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-28 19:49:48 -0700 |
| commit | 6e8a8c53e685a6c3f35f1426ab4dd6dcc18578e0 (patch) | |
| tree | 0b3640e48c9e28963b36b74f332580f7fab77843 /themes/default/views/header.html.php | |
| parent | c4f991bb7d7e90f8c55897f89888d9196c7e438f (diff) | |
Rename $theme->url() to $theme->theme_url() for consistency wiht
$theme->theme_script().
Diffstat (limited to 'themes/default/views/header.html.php')
| -rw-r--r-- | themes/default/views/header.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index e1e52bda..b38cffed 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -4,7 +4,7 @@ <?= $header_text ?> <? else: ?> <a href="<?= url::site("albums/1") ?>"> - <img width="107" height="48" id="gLogo" alt="<?= t("Gallery: Your photos on your web site") ?>" src="<?= $theme->url("images/logo.png") ?>" /> + <img width="107" height="48" id="gLogo" alt="<?= t("Gallery: Your photos on your web site") ?>" src="<?= $theme->theme_url("images/logo.png") ?>" /> </a> <? endif ?> |
