nrep
Well-known member
I'm working on an addon and I'm able to read variables that I've set in the options page like so:
$title= XenForo_Application::get('options')->addon_title;
However, I can't figure out how to read a template. Is there something simple that I'm missing? I've found out how to add one, but I can't see how to read it .
Can anyone help this idiot please?
$title= XenForo_Application::get('options')->addon_title;
However, I can't figure out how to read a template. Is there something simple that I'm missing? I've found out how to add one, but I can't see how to read it .
Can anyone help this idiot please?