Roxen.git/
server/
config_interface/
actions/
listfonts.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2018-02-28
2018-02-28 20:58:58 by Pontus Östlund <ponost@roxen.com>
bf66c3afa606b8abbead7cdf38293c175caacf64 (
6
lines) (+
2
/-
4
)
[
Show
|
Annotate
]
Branch:
ponost/admin-if-17
Utilise the new Roxen.render_mustache() method.
62:
} }
-
Mustache
m = Mustache();
-
string res = m->
render(tmpl, data);
-
destruct(m);
-
return res;
+
return
Roxen.
render
_mustache
(tmpl, data);
} string font_loaders( )