30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 15:00:48 +00:00

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

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> </div>