Hello,
Using Purity III in Joomla 4.4.2 I get:
0 - Class "WeblinksHelperRoute" not found in JROOT/templates/purity_iii/html/com_weblinks/categories/default_items.php:31
This can be solved by adding:
in /templates/purity_iii/html/com_weblinks/categories/default_items.php :
require_once JPATH_SITE . '/components/com_weblinks/helpers/route.php';
just below:
defined('_JEXEC') or die;
Regards,
Peter