aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-01-22 11:18:42 +0100
committerLukas Reschke <lukas@owncloud.com>2016-01-24 18:04:20 +0100
commit75e6734ef4374fb8d12cab9aaafcc7fc24ea9f0d (patch)
tree87a0dc613cdc081a9f3e8dd90d3fd7e613d1c000 /core/templates/layout.user.php
parent82d38528159cdf725b209f1ba7f37498e6ab7820 (diff)
downloadnextcloud-server-75e6734ef4374fb8d12cab9aaafcc7fc24ea9f0d.tar.gz
nextcloud-server-75e6734ef4374fb8d12cab9aaafcc7fc24ea9f0d.zip
Remove OC_Helper::imagePath and use the proper public interface
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 714525cf87e..7fe67159bb5 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -131,7 +131,7 @@
<li id="apps-management">
<a href="<?php print_unescaped(\OC::$server->getURLGenerator()->linkToRoute('settings.AppSettings.viewApps')); ?>" tabindex="4"
<?php if( $_['appsmanagement_active'] ): ?> class="active"<?php endif; ?>>
- <img class="app-icon svg" alt="" src="<?php print_unescaped(OC_Helper::imagePath('settings', 'apps.svg')); ?>">
+ <img class="app-icon svg" alt="" src="<?php print_unescaped(image_path('settings', 'apps.svg')); ?>">
<div class="icon-loading-dark" style="display:none;"></div>
<span>
<?php p($l->t('Apps')); ?>