{assign var=title value="Important Urls"} {include file="admin/header.inc.html"}

{$title}

  • Script Root Directory: {$config.root_dir}
You may find URLs and setup info for protection and payment plugins in the Setup/Configuration section of aMemebr CP.

You can put login box to any page on your site. For that, copy and paste the following code to your HTML:
<form method=post action="{$config.root_url}/login.php">
Login: <input type=text name=amember_login size=10><br>
Password: <input type=password name=amember_pass size=10><br>
<input type=submit value="Login">
</form>
{include file="admin/footer.inc.html"}