Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:Warning: fopen(extensions/CustomPages.txt): failed to open stream: Permission denied in /vanilla/extensions/tabmanager.php on line 62
Warning: Variable passed to each() is not an array or object in /vanilla/extensions/tabmanager.php on line 46
Warning: reset(): Passed variable is not an array or object in /vanilla/extensions/tabmanager.php on line 55
<?php
global $Context;
echo('Hello '.(!$Context->Session->User->RoleID ?
$Context->GetDefinition('Guest') :
$Context->Session->User->Name));
?>
1 to 33 of 33