2001-07-09 20:18:21 +00:00
|
|
|
if (!this.isPublic())
|
|
|
|
|
res.redirect(this.members.href("login"));
|
|
|
|
|
|
2001-06-18 08:57:33 +00:00
|
|
|
res.skin = "main";
|
|
|
|
|
|
|
|
|
|
res.title = "Antville - " + this.title;
|
|
|
|
|
res.head = this.renderSkinAsString("style");
|
|
|
|
|
|
|
|
|
|
res.body = this.renderSkinAsString("main");
|