Hi, I have menu items linking to different DT Register categories. I would like the page titles to be shown on those pages - ideally the page titles that are set in the menu parameters.
I see the page title comes from
<?php echo JText::_( 'DT_EVENT_REGISTRATION' );?>
around line 3347 on dtregister.php in components > com_dtregister.
How can I put in the normal joomla page title? I tried the usual
<?php echo $this->escape($this->params->get('page_title')); ?>
but it just gives the dreaded white screen.
I know I can change the language file but it would be odd for these pages to all have the same title since they are very different events on different parts of the website.