You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/docs/skeleton/templates/index.php

12 lines
180 B

<?php
/*
* Template for files
*/
?>
<h1>Skeleton</h1>
<?php foreach($_["array"] as $item): ?>
<p><?php echo $item; ?></p>
<?php endforeach; ?>
<?php echo $_["anothervar"]; ?>