Astroid-Framework
Astroid-Framework copied to clipboard
Issue with Jollyany paddingmargin
Jollyany template can not use PaddingMargin feature because wrong code at https://github.com/joomdev/Astroid-Framework/blob/master/astroid/astroid-framework/framework/element.php#L480
Please use $template = $this->template;
instead of $template = AstroidFramework::getTemplate();
That is solution. I hope you can fix it in the next version.