Hi community,
I need some help, again :-)
I need two different "Home Menu Links". One for members who already logged in and one for the visitors on the splash page.
I guess i found the file and code... but i have no idea how to code the function (sessions? Cookies?
templates\base\scripts\BxBaseMenu.php
function genBreadcrumb($aPath = array()) {
$sRootItem = '<a href="' . $this->sSiteUrl . '">' . _t('_Home') . '</a>';
what i need is
<a href="member.php">' . _t('_Home')
and in case that nobody is logged in
<a href="splash.php">' . _t('_Home')
THX again and if there is a paypal donate button in the correct answer I would use it ;-)