diff options
-rw-r--r-- | core/libraries/Theme_View.php | 4 |
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; } |