Great! Set it to auto since my page content will most likely be from view files but I want to manage my global vars in the admin area.
Love the CMS, thanks for all your help!
No luck...I get the undefined variable error.
In my Site Variables, I have the variable called 'twitter' which is active and no scope.
BUT when I add "$vars['twitter'] = '@me';" to _variables/global.php, it works.
Could it not be looking at the D…
Controller / View. I'm bringing over a old CI site. Below is my controller.
--
<?php
class Home extends CI_Controller{
function __construct(){
parent::__construct();
}
function Home()
{
parent::Controller();
}
public fu…