{assign var=title value="aMember Pro Configuration"}
{include file="admin/header.inc.html"}
{include file="admin/js.other_db.js"}
{include file="admin/js.hide_paysys.js"}
{assign var=selected value=$notebook}
{include file="admin/setup_nb.inc.html"}
{$title} : {$notebook|escape}
{$notebooks.$notebook.comment}
{if $error}
{foreach from=$error item=e}
{$e|escape}
{/foreach}
|
{/if}
{if $notebook eq "Plugins"}
You may enable cc_demo payment plugin for testing purposes.
Once you have it enabled, go to aMember CP -> Setup -> CC Demo and read readme.
Don't forget to disable it when testing is finished!
{/if}
{if $readme ne ""}
{/if}
{include file="admin/footer.inc.html"}