mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-05 02:38:24 +00:00
Backport: [imp] avoid to open div and closing it in different files
This PR backports: https://github.com/joomla/joomla-cms/pull/6134 to the weblinks repo and fixes: https://github.com/joomla-extensions/weblinks/issues/28
This commit is contained in:
parent
f8e87d5689
commit
d3b6aefe14
@ -22,7 +22,9 @@ jQuery(function($) {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});");
|
});");
|
||||||
|
?>
|
||||||
|
<div class="categories-list<?php echo $this->pageclass_sfx;?>">
|
||||||
|
<?php
|
||||||
echo JLayoutHelper::render('joomla.content.categories_default', $this);
|
echo JLayoutHelper::render('joomla.content.categories_default', $this);
|
||||||
echo $this->loadTemplate('items');
|
echo $this->loadTemplate('items');
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user