load c5 bar
Permalink
Hi Just uploaded a static site put the code in header for c5 bar but it dont show any ideas.
<?php
Loader::element('header_required'); ?>
http://www.cornwall-now.co.uk
<?php
Loader::element('header_required'); ?>
http://www.cornwall-now.co.uk
Just add the footer and the bar should appear.
You also need to add the following right before your closing body tag:
For more information on theme development, see this excellent how-to: http://www.concrete5.org/documentation/how-tos/designers/making-a-t...
<?php Loader::element('footer_required'); ?>
For more information on theme development, see this excellent how-to: http://www.concrete5.org/documentation/how-tos/designers/making-a-t...