diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-23 11:21:27 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-23 11:21:34 +0100 |
commit | 48949ba04acacd5cc4039ba15266619ebe61a52b (patch) | |
tree | 6183ec00df1e6aa4c8cd40a6ab27f1826e4be8a9 /settings/templates/apps.php | |
parent | 5fadd530888459a62c7113a916247033fb14c96c (diff) | |
download | nextcloud-server-48949ba04acacd5cc4039ba15266619ebe61a52b.tar.gz nextcloud-server-48949ba04acacd5cc4039ba15266619ebe61a52b.zip |
Move appid to external file
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 98b0e6c725c..d418b9a66a1 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -3,7 +3,8 @@ * This file is licensed under the Affero General Public License version 3 or later. * See the COPYING-README file. */?> - <script type="text/javascript" src="<?php echo OC_Helper::linkToRoute('apps_custom');?>"></script> + <script type="text/javascript" src="<?php echo OC_Helper::linkToRoute('apps_custom');?>?appid=<?php echo $_['appid']; ?>"></script> + <script type="text/javascript" src="<?php echo OC_Helper::linkTo('settings/js', 'apps.js');?>"></script> <div id="controls"> <a class="button" target="_blank" href="http://owncloud.org/dev/apps/getting-started/"><?php echo $l->t('Add your App');?></a> |