SMFHacks.com

SMF Gallery Pro => Support => Feature Requests => Topic started by: quietstorm on February 21, 2019, 09:20:48 pm

Title: Getting Error on Both Gallery
Post by: quietstorm on February 21, 2019, 09:20:48 pm
Hello,
When I try to add a category to either the gallery or classifieds, I get
the error below!!
:-\

Call to undefined function addInlineCss()

Thanks
Title: Re: Getting Error on Both Gallery
Post by: SMFHacks on February 21, 2019, 09:28:40 pm
That function addInlineCss is not from any of my products or modifications.

Are you using SMF 2.1
seems to be part of sources/load.php
Code: [Select]
*/
function addInlineCss($css)
{
global $context;

// Gotta add something...
if (empty($css))
return false;

$context['css_header'][] = $css;
}