* Edited messages
* Removed obsolete lines from app.properties * Re-enabled setting of res.skinpath in HopObject.onRequest * Fixed images collection in Tag prototype
This commit is contained in:
parent
7ce90c739e
commit
98fbd6158b
11 changed files with 28 additions and 26 deletions
|
@ -74,7 +74,7 @@ HopObject.prototype.onRequest = function() {
|
|||
}
|
||||
|
||||
res.handlers.layout = res.handlers.site.layout || new Layout;
|
||||
//res.skinpath = res.handlers.layout.getSkinPath();
|
||||
res.skinpath = res.handlers.layout.getSkinPath();
|
||||
|
||||
res.meta.values = {};
|
||||
res.handlers.site.renderSkinAsString("Site#values");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue