summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-10-15 17:15:45 +0200
committerLukas Reschke <lukas@owncloud.com>2014-10-17 10:38:13 +0200
commit4611520c7fbb9269c6232e7f4047bb5f5dd1610c (patch)
treed4169616a946d1fa87f97ceb9777fdf7cc9efdae /settings/templates
parent0412f830352fe3b00a05de881535666a3530c31b (diff)
downloadnextcloud-server-4611520c7fbb9269c6232e7f4047bb5f5dd1610c.tar.gz
nextcloud-server-4611520c7fbb9269c6232e7f4047bb5f5dd1610c.zip
first steps of sidebar for personal and admin settings
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 871a0ec9e39..86f2c28319b 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -7,6 +7,15 @@
/** @var $_ array */
?>
+<div id="app-navigation">
+<!-- <?php foreach($_['forms'] as $form) {
+ print_unescaped($form);
+ };?>
+-->
+</div>
+
+<div id="app-content">
+
<div class="clientsbox center">
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
<a href="<?php p($_['clients']['desktop']); ?>" target="_blank">
@@ -254,3 +263,7 @@ if($_['passwordChangeSupported']) {
<div class="section credits-footer">
<p><?php print_unescaped($theme->getShortFooter()); ?></p>
</div>
+
+
+
+</div>