diff --git a/Mybreadcrumb.php b/Mybreadcrumb.php index e27e779..8d85b7a 100644 --- a/Mybreadcrumb.php +++ b/Mybreadcrumb.php @@ -3,7 +3,7 @@ class CI_Mybreadcrumb { private $breadcrumbs = array(); - private $tags = ""; + private $tags = array(); function __construct() { @@ -51,7 +51,7 @@ function itemCloseTage($tags=""){ } function render(){ - +tagstags if(!empty($this->tags['open'])){ $output = $this->tags['open']; }else{