Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
templates/as002057/includes/includes.php on line 31
I puchase the business suite.
https://erp-express.ch/
Can you provide us with an access to your Joomla admin panel please?
Regards, AS Team.
Slogan text must be defined in the Template variable
the code doesn't handle properly an empty Slogan text
if you want correct the code try something like this
// Site title
$title = $this->params->get('slogan_txt');
if (is_string($title) && $title !== '')
$slogan_txt = htmlspecialchars($title);
else
$slogan_txt = '';
Regards
Redge