|
|
|
|
@ -5,10 +5,10 @@ |
|
|
|
|
|
|
|
|
|
<?php if(OC_Config::getValue('appstoreenabled', true) === true): ?> |
|
|
|
|
<li> |
|
|
|
|
<a class="app-external" target="_blank" href="http://apps.owncloud.com/?xsortmode=high"><?php p($l->t('More apps'));?> …</a>
|
|
|
|
|
<a class="app-external" target="_blank" href="https://apps.owncloud.com/?xsortmode=high"><?php p($l->t('More apps'));?> …</a>
|
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<a class="app-external" target="_blank" href="http://owncloud.org/dev"><?php p($l->t('Add your app'));?> …</a>
|
|
|
|
|
<a class="app-external" target="_blank" href="https://owncloud.org/dev"><?php p($l->t('Add your app'));?> …</a>
|
|
|
|
|
</li> |
|
|
|
|
<?php endif; ?> |
|
|
|
|
</script> |
|
|
|
|
|