list part of views not overridable (frontend) #630
Closed
Comments
will commit a fix soon... |
yes, that could be helpful for a lot of us. Even for those users who use JEM just online. |
Now you can override common layout files too. (copy file from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Template part of views is overridable by copying them to site template and modifying as needed. This works with JEM too but not for the list part because this is outsourced to common/views/tmpl.
To allow overrides it seems we must add corresponding template path manually. Something like
$this->addTemplatePath(JPATH_THEMES.'/'.$app->getTemplate().'/html/com_jem/common');
The text was updated successfully, but these errors were encountered: