diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 21:42:34 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 21:42:34 +0000 |
commit | fe678d3e0ed345aa5edbc9dd0ae98faa7cc322c0 (patch) | |
tree | ef4aca9adde8522de8d3e6f56107045be00799f1 /central/trunk/theme/activatedsub.tpl | |
parent | 0b80d600e22ac218a59e1c09967a3caee91b1981 (diff) | |
download | instadisc-fe678d3e0ed345aa5edbc9dd0ae98faa7cc322c0.tar.gz instadisc-fe678d3e0ed345aa5edbc9dd0ae98faa7cc322c0.tar.bz2 instadisc-fe678d3e0ed345aa5edbc9dd0ae98faa7cc322c0.zip |
Central: Started moving to Series
Refs #28
Diffstat (limited to 'central/trunk/theme/activatedsub.tpl')
-rw-r--r-- | central/trunk/theme/activatedsub.tpl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/central/trunk/theme/activatedsub.tpl b/central/trunk/theme/activatedsub.tpl deleted file mode 100644 index 9bdcbf5..0000000 --- a/central/trunk/theme/activatedsub.tpl +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <HTML> | ||
2 | <HEAD> | ||
3 | <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE> | ||
4 | </HEAD> | ||
5 | |||
6 | <BODY> | ||
7 | <CENTER> | ||
8 | <H1>InstaDisc Subscription Activation</H1> | ||
9 | |||
10 | <P>You've sucessfully activated your subscription! <A HREF="userpanel.php">Back to User Panel</A> | ||
11 | </CENTER> | ||
12 | </BODY> | ||
13 | </HTML> | ||
14 | |||