"Updated adminheader component to accept title parameter and passed title from various dashboard views |SEO optimized title|"
This commit is contained in:
@ -11,9 +11,11 @@ class adminheader extends Component
|
||||
/**
|
||||
* Create a new component instance.
|
||||
*/
|
||||
public function __construct()
|
||||
public $title;
|
||||
public function __construct($title)
|
||||
{
|
||||
//
|
||||
$this->title = $title;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user