What is the proper way to include the class JHTMLString in Joomla 2.5?
jimport('joomla.html.html.string');
and
jimport('joomla.html.string');
doesn't work. The only way I've managed to include this class is through:
JLoader::register('JHTMLString'), pathtotheclass);
Could this be a bug or am I missing something?