summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-28 01:18:45 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-28 01:18:45 +0000
commit18412bb14eca2e22c03895fa81a7749665700aca (patch)
tree702b919777f18fb073564dce076b22b58a6fd38f
parent828f23896f820f826b803b35c506f8e764504a18 (diff)
Add tag() function
-rw-r--r--core/libraries/Theme_View.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php
index 5bb1b843..0ec3876a 100644
--- a/core/libraries/Theme_View.php
+++ b/core/libraries/Theme_View.php
@@ -45,6 +45,10 @@ class Theme_View_Core extends View {
return $this->item;
}
+ public function tag() {
+ return $this->tag;
+ }
+
public function page_type() {
return $this->page_type;
}