aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-26 15:02:20 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-26 15:02:20 +0200
commit9bc76b425948e7a6118e7749a3eb7c08c447bab3 (patch)
tree9e8e932e6c7266d3a8220bc7fb24dffc3e85d8ed /view/tpl
parent9948bb3f2aa3bf3efa68623b87ba854fb59b4926 (diff)
downloadvolse-hubzilla-9bc76b425948e7a6118e7749a3eb7c08c447bab3.tar.gz
volse-hubzilla-9bc76b425948e7a6118e7749a3eb7c08c447bab3.tar.bz2
volse-hubzilla-9bc76b425948e7a6118e7749a3eb7c08c447bab3.zip
appification of the pdl editor and move advanced_theming to theme settings where it belongs
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/settings_display.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl
index ee0e137b5..f96e7f84c 100755
--- a/view/tpl/settings_display.tpl
+++ b/view/tpl/settings_display.tpl
@@ -69,12 +69,6 @@
{{include file="field_checkbox.tpl" field=$preload_images}}
{{include file="field_checkbox.tpl" field=$manual_update}}
{{include file="field_checkbox.tpl" field=$start_menu}}
- {{include file="field_checkbox.tpl" field=$advanced_theming}}
- {{if $expert}}
- <div class="form-group">
- <a class="btn btn-outline-secondary "href="pdledit">{{$layout_editor}}</a>
- </div>
- {{/if}}
<div class="settings-submit-wrapper" >
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
</div>