if(iMEMBER){
echo "<a href=\"".BASEDIR."edit_profile.php\">".$locale['global_120']."</a> <br>".
" <a href=\"".BASEDIR."messages.php\">".$locale['global_121']."</a>".
(iADMIN ? " <br> <a href=\"".ADMIN."index.php".$aidlink."\">".$locale['global_123']."</a>" : "").
" <br> <a href=\"".BASEDIR."setuser.php?logout=yes\">".$locale['global_124']."</a>\n";
} else {
echo "<form method=\"post\" action=\"".FUSION_SELF."\" style=\"margin-top:-3px;\">\n";
echo $locale['global_101']." <input type=\"text\" name=\"user_name\" class=\"textbox\" style=\"width:100px\" /><br>\n";
echo $locale['global_102']." <input type=\"password\" name=\"user_pass\" class=\"textbox\" style=\"width:100px\" /><br>\n";
echo "<input type=\"submit\" name=\"login\" value=\"".$locale['global_104']."\" class=\"button\" />\n";
echo ($settings['enable_registration'] ? " | <a href=\"".BASEDIR."register.php\">".$locale['global_107']."</a>\n" : "").
" | <a href=\"".BASEDIR."lostpassword.php\">".$locale['global_108']."</a>";
echo "</form>\n";
}
Category Forum
Themes SupportLabels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions