1. Milan Grniak
  2. Sherlock Holmes
  3. Bug report
  4. Friday, 22 May 2015
  5.  Subscribe via email
Hi, in com_hotspots\views\hotspots\tmpl\default.php on line 169 is
<h1> <?php echo $this->escape(HotspotsHelperSettings::get('page_heading', 'Hotspots')); ?> </h1>

so when I use plugin hotspots anywhere, there is header "Hotspots" because I can't set page header in plugin, like in menu item. I thing that line should be:
<h1> <?php echo $this->escape(HotspotsHelperSettings::get('page_heading', JText::_( 'COM_HOTSPOTS_VIEW_HOTSPOTS' ))); ?> </h1>
Responses (0)


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Powered by EasyDiscuss for Joomla!