Jump to content


Photo
- - - - -

Убрать Edit Item


  • This topic is locked This topic is locked
10 replies to this topic

#11 Den

Den
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 0
  • posts: 178
  • topics: 47

Posted 01 December 2014 - 18:50

<?php
/**
 * JBZoo App is universal Joomla CCK, application for YooTheme Zoo component
 *
 * @package     jbzoo
 * @version     2.x Pro
 * @author      JBZoo App http://jbzoo.com
 * @copyright   Copyright (C) JBZoo.com,  All rights reserved.
 * @license     http://jbzoo.com/license-pro.php JBZoo Licence
 * @coder       Denis Smetannikov <denis@jbzoo.com>
 */


// no direct access
defined('_JEXEC') or die('Restricted access');




$imageAlign = $this->app->jbitem->getMediaAlign($item, $layout);


?>


<?php if ($this->checkPosition('title')) : ?>
    <h1 class="title"><?php echo $this->renderPosition('title'); ?></h1>
<?php endif; ?>




<?php if ($this->checkPosition('props')) : ?>
    <div class="date"><?php echo $this->renderPosition('props'); ?></div>
<?php endif; ?>




<?php if ($this->checkPosition('image')) : ?>
    <div class="image align-<?php echo $imageAlign; ?>">
        <?php echo $this->renderPosition('image'); ?>
    </div>
<?php endif; ?>




<?php if ($this->checkPosition('text')) : ?>
    <div class="text"><?php echo $this->renderPosition('text'); ?></div>
<?php endif; ?>


<?php if ($this->checkPosition('links')) : ?>
    <ul class="links">
        <?php echo $this->renderPosition('links', array('style' => 'block')); ?>
    </ul>
<?php endif; ?>




<div class="clr"></div>

Edited by Sliapy, 01 December 2014 - 18:54.
ИСПОЛЬЗУЙТЕ КНОПКУ "КОД" РЕДАКТОРА - http://llfl.ru/nd7rd5

  • 0




Click to return to top of page in style!