?
avatar ced1870
ced1870
28 Sep 2015

Steps to reproduce the issue

  • set a template as default
  • set another template assigned on a specific page
  • use the function JHtml::_('jquery.framework'); in a plugin or else on this page
  • the assigned template will not be shown, the default template is used.
  • unpublish the plugin or comment the line, the assigned template is used

Expected result

  • the assigned template shall be used on the specific page

Actual result

  • assigned template not used, the default one is used instead

System information (as much as possible)

Additional comments

I have found the problem in the file
libraries\cms\html\html.php
in the function "includeRelativeFiles"

It searches for the template with "$template = JFactory::getApplication()->getTemplate();" and it seems that it returns the default template

In fact the problem may be more in the getTemplate() function, I have not investigated more for now...

avatar ced1870 ced1870 - open - 28 Sep 2015
avatar brianteeman
brianteeman - comment - 2 Aug 2016

@ced1870 It has been almost a year since you raised this as an Urgent issue. There has been no response at all to even confirm the issue. Maybe that is because it is no longer a valid issue or because your instructions are not clear.

Please can you update this issue or it will be closed in a few weeks


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7966.

avatar brianteeman brianteeman - change - 2 Aug 2016
Status New Information Required
avatar brianteeman brianteeman - close - 12 Aug 2016
avatar brianteeman brianteeman - change - 12 Aug 2016
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2016-08-12 12:17:44
Closed_By brianteeman
avatar brianteeman
brianteeman - comment - 12 Aug 2016

I am closing this at this time as stated above. It can always be reopened if updated


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7966.

Add a Comment

Login with GitHub to post a comment