| Current Path : /var/www/components/com_contactpush/views/cpanel/tmpl/ |
| Current File : /var/www/components/com_contactpush/views/cpanel/tmpl/default.php |
<?php
/** ______________________________________________
* o O | |
* ((((( o < Generated with Cook Self Service V3.1 |
* ( o o ) |______________________________________________|
* --------oOOO-----(_)-----OOOo---------------------------------- www.j-cook.pro --- +
* @version 1.0.0
* @package Contact Push
* @subpackage Contact Push
* @copyright Netamity 2017
* @author Andy Hickey - www.netamity.com - andy@netamity.com
* @license GPL V2+
*
* .oooO Oooo.
* ( ) ( )
* -------------\ (----) /----------------------------------------------------------- +
* \_) (_/
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
ContactpushHelper::headerDeclarations();
//Load the formvalidator scripts requirements.
JDom::_('html.toolbar');
?>
<?php
// Render the page title
echo JLayoutHelper::render('title', array(
'params' => $this->params,
'title' => null,
'browserTitle' => null
)); ?>
<form action="<?php echo(JRoute::_("index.php")); ?>" method="post" name="adminForm" id="adminForm">
<div class="row-fluid">
<div id="contents" class="span12">
<?php echo JDom::_('html.menu.cpanel', array(
'list' => $this->menu
)); ?>
<div class="clearfix"></div>
</div>
</div>
<?php
$jinput = JFactory::getApplication()->input;
echo JDom::_('html.form.footer', array(
'values' => array(
'view' => $jinput->get('view', 'cpanel'),
'layout' => $jinput->get('layout', 'default'),
)));
?>
</form>