diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2011-04-23 10:29:06 -0400 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2011-04-23 10:29:06 -0400 |
commit | c2abd476c74e37f8efbbcef58f6cb41bb3dca7d2 (patch) | |
tree | 1d417c9e181c4ce24370a81b3dec1d1b281e882f /modules/gallery/libraries/Theme_View.php | |
parent | bb23e28035293174f935345178f32638c09d0421 (diff) | |
parent | 7a4ff2fea194829eac38c6293b43cfa55d4637e1 (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/libraries/Theme_View.php')
-rw-r--r-- | modules/gallery/libraries/Theme_View.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/libraries/Theme_View.php b/modules/gallery/libraries/Theme_View.php index a507e9c8..152efc37 100644 --- a/modules/gallery/libraries/Theme_View.php +++ b/modules/gallery/libraries/Theme_View.php @@ -38,6 +38,7 @@ class Theme_View_Core extends Gallery_View { $this->item = null; $this->tag = null; $this->set_global(array("theme" => $this, + "theme_info" => theme::get_info($this->theme_name), "user" => identity::active_user(), "page_type" => $page_type, "page_subtype" => $page_subtype, |