Example #1
0
"
>
	<div class="item"<?php 
echo $params->get('layouttype') == 'tree' ? ' style="padding-left: ' . $padding . 'px;"' : '';
?>
>

		<?php 
if ($params->get('showcavatar', true)) {
    ?>
		<a href="<?php 
    echo DiscussRouter::_('index.php?option=com_easydiscuss&view=categories&layout=listings&category_id=' . $category->id);
    ?>
" class="item-avatar float-l">
			<img src="<?php 
    echo modEasydiscussCategoriesHelper::getAvatar($category);
    ?>
" width="34" height="34" alt="<?php 
    echo DiscussStringHelper::escape($category->title);
    ?>
" class="avatar" />
		</a>
		<?php 
}
?>

		<div class="item-story">
			<?php 
if (!empty($category->childs)) {
    ?>
			<a href="javascript:void(0);" class="show-item" data-id="<?php