Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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')
Advertisement
Add Comment
Please, Sign In to add comment