diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-28 09:46:29 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-28 09:46:29 +0000 |
commit | 4d71975f37fe00efb19bebc5efd23f056165ba56 (patch) | |
tree | ef80ad330cf730ad196a266a545d4bc44cc490fc /core/libraries | |
parent | 6fbd79928c36f33064103b410cdaa69111400046 (diff) |
Add credits theme callback, point the powered-by link at GMC
Diffstat (limited to 'core/libraries')
-rw-r--r-- | core/libraries/Theme_View.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php index 0ec3876a..5a29a84a 100644 --- a/core/libraries/Theme_View.php +++ b/core/libraries/Theme_View.php @@ -75,6 +75,7 @@ class Theme_View_Core extends View { case "album_blocks": case "album_bottom": case "album_top": + case "credits"; case "head": case "header_bottom": case "header_top": |