refactor: rename DTree to DValue
This commit is contained in:
@@ -107,7 +107,7 @@ COMPONENT(Request& context)
|
||||
<div id="theme-menu" class="theme-menu" hidden>
|
||||
<div class="theme-menu-title">Available Themes</div>
|
||||
<div class="theme-menu-list">
|
||||
<? context.cfg.get_by_path("theme/options").each([&](DTree theme_info, String theme_key) {
|
||||
<? context.cfg.get_by_path("theme/options").each([&](DValue theme_info, String theme_key) {
|
||||
StringMap params;
|
||||
params["theme"] = theme_key;
|
||||
String href = app_link(route_path == "index" ? "" : route_path, params, context);
|
||||
|
||||
Reference in New Issue
Block a user