Файл: upload/module/event/template/default/block/image.html.php
Строк: 13
<?php
/**
* [PHPFOX_HEADER]
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Phpfox
* @version $Id: image.html.php 2521 2011-04-12 17:20:31Z Raymond_Benc $
*/
defined('PHPFOX') or exit('NO DICE!');
?>
<div class="t_center" style="margin-bottom:10px;">
{img thickbox=true server_id=$aEvent.server_id title=$aEvent.title path='event.url_image' file=$aEvent.image_path suffix='_200' max_width='200' max_height='200'}
</div>