<%@ Page Language="VB" Explicit="False" MasterPageFile="admin.master" %> <%@ MasterType VirtualPath="admin.master" %>
<% pd.createadmintab("Home", "home.aspx") pd.createadmintab("Settings", "settings.aspx") If pd.admindevmode = "OFF" Then pd.createadmintab("Help", "help.aspx") End If pd.writeadmintabs() %>
Settings Menu
Below are the various Administrator settings by type.
<% If (pd.pdm.pdlictype = "EX" Or pd.pdm.pdlictype = "SB") And pd.admindevmode = "OFF" Then%>
Upgrade Available
Remove the Item, Category, and Custom page limits by upgrading! Upgrading is easy and seamless, no need to re-install or re-enter any content! Just purchase the Upgrade online, and Activate.
<%End If%> <% If pd.pdm.pdshopactivated = "N" Then%>
Activation
<%= pd.pdm.activatemessage%>
<%End If%>
<% If Master.pdview = "N" Then%> <%Else%>
Admin Interface
You are currently using the old Admin layout. Click below to switch to the Newer version.
<% End If%>