Beispiel #1
0
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
$comm_ref = "comments_" . $this->ident;
?>
<a name="<?php 
echo $comm_ref;
?>
"></a>
<?php 
if ($this->showheader) {
    ?>
<div class="fst_spacer"></div>
<?php 
    echo FST_Helper::PageSubTitle("USER_COMMENTS");
}
?>

<?php 
if ($this->opt_show_add) {
    ?>
<div class='fst_comment_add' id='add_comment'>
	<?php 
    include $this->tmplpath . DS . 'addcomment.php';
    ?>
</div>

<div class="fst_spacer"></div>
<?php 
}
Beispiel #2
0
<?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;
?>
<div class="fst_spacer"></div>
<?php 
echo FST_Helper::PageSubTitle('MODERATE');
?>

<div class="fst_spacer"></div>
<?php 
echo JText::_('Comments:');
?>
 <?php 
echo $this->whatcomm;
?>
 &nbsp; &nbsp; &nbsp;
<?php 
//
?>
<button onclick='fst_moderate_refresh(); return false;'><?php 
echo JText::_('REFRESH');
?>
</button>