(solved) make the "howdy stranger..." section appear always
the title says it all: i've edited that section in the locale.php file (see code below), and I want it to show up even after a user logs in.
code: <?php if (!defined('APPLICATION')) exit();
$Definition['Howdy, Stranger!'] = 'mm-cc.org community';
$Definition["GuestModule.Message"] = "////////--------////////----////----////////--------////////";
code: <?php if (!defined('APPLICATION')) exit();
$Definition['Howdy, Stranger!'] = 'mm-cc.org community';
$Definition["GuestModule.Message"] = "////////--------////////----////----////////--------////////";
Tagged:
0
Comments