c5 menu bar
Permalink 1 user found helpful
Hi i am new in c5, i had install the theme, but i have dont know that how to show the c5 menu bar in front end after login, althogh i have use the <?php Loader::element('header_required');?> in theplace of title
my code are
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php Loader::element('header_required'); ?>
<link rel="stylesheet" type="text/css" href="<?php print $this->getStyleSheet('style.css'); ?>" />
</head>
<body>
<div id="LayoutHolder">
<div id="ContentHolder">
<?php
$a = new Area('Main');
$a->display($c);
?>
</div>
<?php
$this->inc('elements/footer.php');
?>
my code are
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php Loader::element('header_required'); ?>
<link rel="stylesheet" type="text/css" href="<?php print $this->getStyleSheet('style.css'); ?>" />
</head>
<body>
<div id="LayoutHolder">
<div id="ContentHolder">
<?php
$a = new Area('Main');
$a->display($c);
?>
</div>
<?php
$this->inc('elements/footer.php');
?>
do you mean the bar that has the add page and edit button?