summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 02:05:07 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 02:05:07 +0200
commitcdf8441a5148228fecbfb0941a1e998bee7a8e83 (patch)
tree75e7c4bb10a6f76d623380262add4ded30e90274 /templates/main.php
parent0675405a8cb0a35797e4f0b96bd9072986bd1507 (diff)
transform add new linkn to a button which is more correct and doesnt break routing
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index e2679115a..7021884e0 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -32,6 +32,7 @@
<?php print_unescaped($this->inc('part.listfolder')) ?>
</ul>
+ <!-- settigns -->
<div id="app-settings" ng-controller="SettingsController as Settings">
<?php print_unescaped($this->inc('part.settings')) ?>
</div>