new GlobalArea('Footer Site Title') not showing anywhere to edit
Permalink
Hello,
I am trying to edit existing concrete5 setup. Just want to update the content but the global footer area is no were to be found. Can someone tell me where can I find it. It isn't showing anywhere not in stacks no where.
Footer.php code:
$a = new GlobalArea('Footer Site Title');
$a->display($c);
I am trying to edit existing concrete5 setup. Just want to update the content but the global footer area is no were to be found. Can someone tell me where can I find it. It isn't showing anywhere not in stacks no where.
Footer.php code:
$a = new GlobalArea('Footer Site Title');
$a->display($c);
I am sorry but I guess I was not clear with the issue. The code is fine and working but I am unable to find the area were I can edit the footer text.
If the code is working you should see the area on every page that code is used on (while in edit mode), and the area should also be editable from within the dashboard Stacks & Blocks area at /dashboard/blocks
$a = new GlobalArea('Footer Site Title');
$a->display();