Hi
You can add the item to the output module in any Joomla extensions, like so:
<?php
$pos = "slogin";
$modules =& JModuleHelper::getModules($pos);
foreach ($modules as $module){
echo JModuleHelper::renderModule($module);
}
?>
In the settings module to enter the position "slogin".