* Fixed skin names according to issue #16

* Fixed rendering of values stored in res.meta.values
 * Removed obsolete code (mostly disabled by comments already)
This commit is contained in:
Tobi Schäfer 2008-01-19 17:36:33 +00:00
parent 5044e3610a
commit 0ba8805d02
25 changed files with 279 additions and 294 deletions

View file

@ -237,7 +237,6 @@ Site.prototype.main_css_action = function() {
res.dependsOn(Skin("Site", "stylesheet").getSource());
res.digest();
res.contentType = "text/css";
this.renderSkin("Site#values");
this.renderSkin("Site#stylesheet");
return;
};