Skip to content
Snippets Groups Projects
Commit 4611520c authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by Lukas Reschke
Browse files

first steps of sidebar for personal and admin settings

parent 0412f830
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment