I would like the Home toolbar icon to link to a landing page that is an article on my site.
I think I see where this is done in theme/defaults/toolbar.php at:
<li class="toolbar-item toolbar-latest <?php echo $views->home;?>">
<a href="<?php echo EasyBlogRouter::_('index.php?option=com_easyblog'); ?>"><span><?php echo JText::_('COM_EASYBLOG_TOOLBAR_LATEST_POSTS'); ?></span></a>
Can you suggest what the replacement code is here to call the router to get the article Id i need instead of the Easy_Blog latest posts?
Thanks for the great support as always....
Brooke
I think I see where this is done in theme/defaults/toolbar.php at:
<li class="toolbar-item toolbar-latest <?php echo $views->home;?>">
<a href="<?php echo EasyBlogRouter::_('index.php?option=com_easyblog'); ?>"><span><?php echo JText::_('COM_EASYBLOG_TOOLBAR_LATEST_POSTS'); ?></span></a>
Can you suggest what the replacement code is here to call the router to get the article Id i need instead of the Easy_Blog latest posts?
Thanks for the great support as always....
Brooke