
Untitled
By: a guest on
Jul 31st, 2012 | syntax:
None | size: 0.68 KB | hits: 16 | expires: Never
Social Engine and Zend framework default.tpl customization
</head>
<body id="global_page_<?php echo $request->getModuleName() . '-' . $request->getControllerName() . '-' . $request->getActionName() ?>">
<div id="global_header">
<?php echo $this->content('header') ?>
</div>
<div id='global_wrapper'>
<div id='global_content'>
<?php //echo $this->content('global-user', 'before') ?>
<?php echo $this->layout()->content ?>
<?php //echo $this->content('global-user', 'after') ?>
</div>
</div>
<div id="global_footer">
<?php echo $this->content('footer') ?>
</div>
</body>
</html>
$this->view->addScriptPath('/partials'); // Put your custom files here
$this->render('customview.phtml')