×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: hotspots view page-header

hotspots view page-header 8 years 11 months ago #31228

  • Milan Grniak
  • Milan Grniak's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
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>
  • Page:
  • 1
Time to create page: 0.097 seconds