From 18412bb14eca2e22c03895fa81a7749665700aca Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 28 Nov 2008 01:18:45 +0000 Subject: Add tag() function --- core/libraries/Theme_View.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') 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; } -- cgit v1.2.3