added incrementation of page read counter
This commit is contained in:
parent
328bc19060
commit
301118be94
1 changed files with 2 additions and 0 deletions
|
@ -21,3 +21,5 @@ res.head = this.weblog.renderSkinAsString("javascript");
|
||||||
res.head += this.weblog.renderSkinAsString("style");
|
res.head += this.weblog.renderSkinAsString("style");
|
||||||
|
|
||||||
res.body = this.renderSkinAsString("main");
|
res.body = this.renderSkinAsString("main");
|
||||||
|
|
||||||
|
this.reads++;
|
||||||
|
|
Loading…
Add table
Reference in a new issue