Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Bakkegaard <nickbakkegaard@gmail.com>2017-06-25 20:43:25 +0300
committerNick Bakkegaard <nickbakkegaard@gmail.com>2017-06-25 22:48:29 +0300
commitc0b7021e9a0033541dec0e4fd5caf88d64a94ddd (patch)
tree378eec0c9b7e8f668bc9d78c995ec9024e4d0236 /templates
parenta3c7860e659c62a6d1409b40cc6608c621cfbd06 (diff)
Remove link to apps in settings
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 8709ba8..425106f 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -6,9 +6,9 @@
<?php foreach($_['nav'] as $entry) { ?>
<li>
<img class="app-icon svg" alt="" src="<?php print_unescaped($entry['icon']); ?>">
- <a href="<?php print_unescaped($entry['href']); ?>">
+ <p>
<?php echo $entry['name']; ?>
- </a>
+ </p>
</li>
<?php } ?>
</ul>