How to change header instance
i need to edit someones website. What i need to do is change title sounds
easy, but its not at least for me ;)
<title><?php echo Header::instance()->title; ?></title>
that how this line looks like, first what is this first part ? Ive never
seen that before ;) second, on the other files ive seen
<h1 class="title"><?php echo $serial->name; ?></h1>
thats been using to display serial name , wanted to use it to title above,
but it says "undefined variable: serial"
how can i change that ?
No comments:
Post a Comment