summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php13
1 files changed, 1 insertions, 12 deletions
diff --git a/templates/main.php b/templates/main.php
index f70ade37f..e6c964c74 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -30,18 +30,7 @@
</ul>
<div id="app-settings" ng-controller="SettingsController">
- <div id="app-settings-header">
- <button name="app settings"
- class="settings-button"
- oc-click-slide-toggle="{
- selector: '#app-settings-content',
- hideOnFocusLost: true,
- cssClass: 'opened'
- }"></button>
- </div>
- <div id="app-settings-content">
- <?php print_unescaped($this->inc('part.settings')) ?>
- </div>
+ <?php print_unescaped($this->inc('part.settings')) ?>
</div>
</div>