diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-05-28 07:15:00 +0800 |
|---|---|---|
| committer | Gallery Role Account <gallery@menalto.com> | 2009-05-28 11:07:09 +0800 |
| commit | 4eedf804e1f26d95de6803e48c608d893c53b7d0 (patch) | |
| tree | 6bd8b55bca9568d2abc65a63bd17bcfe928e7285 /themes | |
| parent | 3413fe6bfd423d45d083ff4ed62c0f72c2cc272f (diff) | |
Update all references to the core application to now point to the
gallery module. This type of mass update is prone to some small bugs.
Signed-off-by: Gallery Role Account <gallery@menalto.com>
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/default/views/footer.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/header.html.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php index bd17a634..d7111922 100644 --- a/themes/default/views/footer.html.php +++ b/themes/default/views/footer.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <?= $theme->footer() ?> -<? if ($footer_text = module::get_var("core", "footer_text")): ?> +<? if ($footer_text = module::get_var("gallery", "footer_text")): ?> <?= $footer_text ?> <? else: ?> <ul id="gCredits"> diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index c70c8a4d..9d058e35 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <?= $theme->header_top() ?> -<? if ($header_text = module::get_var("core", "header_text")): ?> +<? if ($header_text = module::get_var("gallery", "header_text")): ?> <?= $header_text ?> <? else: ?> <a href="<?= url::site("albums/1") ?>"> |
