<?= $this->doctype() ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?= $this->headMeta() ?>
<?= $this->headTitle() ?>
<?= $this->dojo() ?>
<?= $this->headScript() ?>
<?= $this->headLink() ?>
<?= $this->headStyle() ?>
</head>
<body class='claro
<?=$this->layout()->getLayout()?>
<?=$this->request()->getModuleName()?>-module
<?=$this->request()->getControllerName()?>-controller
<?=$this->request()->getActionName()?>-action'>
<?=$this->toolbar()?>
<?=$this->notifications()?>
<div id="header">
<div class="container">
<?= $this->region('header') ?>
</div>
</div>
<div id="nav">
<div class="container">
<?= $this->menu('primary', array('maxDepth' => 0)); ?>
</div>
</div>
<div id="main">
<div class="container">
<?= $this->layout()->content ?>
<br class="clear" />
</div>
<br class="clear"/>
</div>
<div id="footer">
<div class="container">
<?= $this->region('footer') ?>
</div>
</div>
</body>
</html>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/sites/all/themes/960softblue/layouts/default-layout.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|