Merge pull request #33 from zero-24/patch-3

Backport: [imp] avoid to open div and closing it in different files
This commit is contained in:
George Wilson 2015-04-12 21:38:15 +01:00
commit 917035dec1
1 changed files with 5 additions and 3 deletions

View File

@ -22,8 +22,10 @@ jQuery(function($) {
});
});
});");
echo JLayoutHelper::render('joomla.content.categories_default', $this);
echo $this->loadTemplate('items');
?>
<div class="categories-list<?php echo $this->pageclass_sfx;?>">
<?php
echo JLayoutHelper::render('joomla.content.categories_default', $this);
echo $this->loadTemplate('items');
?>
</div>