Title not showing up on page
I'm messing around with creating a page via the opt-in Controller method and I created a file called myHome.php in the views folder and myHome.php in the views/_variables folder. In _variables/myHome.php, I am setting the page title with
$vars['page_title'] = 'My Home | My First FuelCMS Website'; but the title is blank when I load the page myHome.php.
Any ideas?
Comments
The second parameter is a default value if the variable is empty.