diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 871a0ec9e39ee02d674c9c2f65707622afcbb9e8..86f2c28319b58b1591c9bc37c271486e8ea07add 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>