start to work on gold club and edit plus/1.tpl

This commit is contained in:
unknown
2012-04-05 14:39:44 +03:00
parent ab706b0556
commit 2794ac0bbb
9 changed files with 324 additions and 6 deletions
+4 -1
View File
@@ -111,7 +111,10 @@ include("Templates/Plus/13.tpl");
if ($id == 14) {
include("Templates/Plus/14.tpl");
}
if ($id > 14) {
if ($id == 15) {
include("Templates/Plus/15.tpl");
}
if ($id > 15) {
include("Templates/Plus/3.tpl");
}
?>