mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-13 16:12:57 +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:
commit
917035dec1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user