#
addons @
Zap (zap@z.macgirvin.com) @
zotlabs.org | Hubzilla Development (hubzilla-development@zotlabs.org) Context
An addon wants to use the whole width in the webbrowser
Current solution
In PHP the addon uses replace_macros(Theme::get_template('xy.tpl', 'addon/xy'), array(....
In JavaScript the addon uses $("aside").remove();
Question
Is there a better way to do it?
(In Streams I found different Templates under Code/Render but are not sure how to use it correctly. I will have to do the same in Hubzilla.)