mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
remove leftover code
This commit is contained in:
parent
5e422dea61
commit
ea5861ed8c
1 changed files with 0 additions and 3 deletions
|
|
@ -15,9 +15,6 @@
|
|||
<li <?php if($app['active']) echo 'class="active"'?> data-id="<?php echo $app['id'] ?>" <?php if ( isset( $app['ocs_id'] ) ) { echo "data-id-ocs=\"{$app['ocs_id']}\""; } ?>
|
||||
data-type="<?php echo $app['internal'] ? 'internal' : 'external' ?>" data-installed="1">
|
||||
<a class="app<?php if(!$app['internal']) echo ' externalapp' ?>" href="?appid=<?php echo $app['id'] ?>"><?php echo htmlentities($app['name']) ?></a>
|
||||
<script>
|
||||
appData_<?php echo $app['id'] ?>=<?php OC_JSON::encodedPrint($app, false) ?>;
|
||||
</script>
|
||||
<?php if(!$app['internal']) echo '<small class="'.$app['internalclass'].' list">'.$app['internallabel'].'</small>' ?>
|
||||
</li>
|
||||
<?php endforeach;?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue