Roxen.git/
server/
config_interface/
sites/
add_module.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 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
ponost/admin-if-17
Utilise the new Roxen.render_mustache() method.
115:
]) ]);
-
return
Mustache()->
render(tmpl, ctx);
+
return
Roxen.
render
_mustache
(tmpl, ctx);
} string module_name_from_file( string file )
461:
"deprecated" : module->deprecated ]);
-
return
Mustache()->
render(tmpl, ctx);
+
return
Roxen.
render
_mustache
(tmpl, ctx);
} return "";