コード例 #1
0
ファイル: default.php プロジェクト: ForAEdesWeb/AEW9
            echo $item->link;
            ?>
"><?php 
            echo $item->title;
            ?>
</a>
        <?php 
        }
        ?>

        <?php 
        if ($params->get('itemAuthor')) {
            ?>
        <div class="moduleItemAuthor">
  	      <?php 
            echo K2HelperUtilities::writtenBy($item->authorGender);
            ?>
  	
  				<?php 
            if (isset($item->authorLink)) {
                ?>
  				<a rel="author" title="<?php 
                echo K2HelperUtilities::cleanHtml($item->author);
                ?>
" href="<?php 
                echo $item->authorLink;
                ?>
"><?php 
                echo $item->author;
                ?>
</a>
コード例 #2
0
	  	</span>
	  	<?php 
    }
    ?>
	  </h3>
	  <?php 
}
?>

		<?php 
if ($this->item->params->get('catItemAuthor')) {
    ?>
		<!-- Item Author -->
		<span class="catItemAuthor">
			<?php 
    echo K2HelperUtilities::writtenBy($this->item->author->profile->gender);
    ?>
 
			<?php 
    if (isset($this->item->author->link) && $this->item->author->link) {
        ?>
			<a rel="author" href="<?php 
        echo $this->item->author->link;
        ?>
"><?php 
        echo $this->item->author->name;
        ?>
</a>
			<?php 
    } else {
        ?>
コード例 #3
0
	  	<?php if($this->item->params->get('catItemFeaturedNotice') && $this->item->featured): ?>
	  	<!-- Featured flag -->
	  	<span>
		  	<sup>
		  		<?php echo JText::_('Featured'); ?>
		  	</sup>
	  	</span>
	  	<?php endif; ?>

	  </h3>
	  <?php endif; ?>

		<?php if($this->item->params->get('catItemAuthor')): ?>
		<!-- Item Author -->
		<span class="catItemAuthor">
			<?php echo K2HelperUtilities::writtenBy($this->item->author->profile->gender); ?> <a href="<?php echo $this->item->author->link; ?>"><?php echo $this->item->author->name; ?></a>
		</span>
		<?php endif; ?>

  </div>

  <!-- Plugins: AfterDisplayTitle -->
  <?php echo $this->item->event->AfterDisplayTitle; ?>

  <!-- K2 Plugins: K2AfterDisplayTitle -->
  <?php echo $this->item->event->K2AfterDisplayTitle; ?>

	<?php if($this->item->params->get('catItemRating')): ?>
	<!-- Item Rating -->
	<div class="catItemRatingBlock">
		<span><?php echo JText::_('Rate this item'); ?></span>