Jesse Norell
2016-02-17 8df4a32cb1db8d830dab8b067e839c484d5b4f7f
1
2
3
4
5
6
7
<?php
$module["name"]   = "login";
$module["title"]   = "top_menu_login";
$module["template"]  = "module.tpl.htm";
$module["startpage"]  = "login/index.php";
$module["nav"] = array();
?>