<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <?php echo $this->tmpl ? FSS_Helper::PageStylePopup(true) : FSS_Helper::PageStyle(); ?> <?php echo $this->tmpl ? FSS_Helper::PageTitlePopup("TESTIMONIALS", "ADD_A_TESTIMONIAL") : FSS_Helper::PageTitle("TESTIMONIALS", "ADD_A_TESTIMONIAL"); ?> <div class='fss_kb_comment_add' id='add_comment'> <?php $this->comments->DisplayAdd(); ?> </div> <div id="comments"></div> <div class='fss_comments_result_<?php echo $this->comments->uid; ?> '></div>
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <?php echo FSS_Helper::PageStyle(); if (FSS_Input::getCmd('type') != "bare") { ?> <?php echo FSS_Helper::PageTitle("Reports", $this->report->title); } ?> <?php if (FSS_Input::getCmd('type') == "") { ?> <div class="well well-small form-horizontal form-condensed"> <?php echo $this->report->listFilterValues(); ?> </div> <?php } ?>
function Header() { // output the header stuff echo FSS_Helper::PageStyle(); echo FSS_Helper::PageTitle("CONTENT_MANAGEMENT"); include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php'); include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_content' . DS . 'snippet' . DS . '_contentbar.php'); }