is there a way to get the title of the currently displayed site?
is there a way to get the title of the currently displayed site? http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
if someone is searchin for a solution:
insert the following to 'classes/MyClassTemplate.php': [code] class MyClassTemplate extends BxDolTwigTemplate { [/code]
get the actual site title with [code] $sSiteTitle = $this->_oTemplate->getSiteTitle(); [/code] from anywhere in your module ...
i hope this will help someone ;)
greetings misterpopper http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |