mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
12 lines
180 B
PHP
12 lines
180 B
PHP
<?php
|
|
/*
|
|
* Template for files
|
|
*/
|
|
?>
|
|
<h1>Skeleton</h1>
|
|
|
|
<?php foreach($_["array"] as $item): ?>
|
|
<p><?php echo $item; ?></p>
|
|
<?php endforeach; ?>
|
|
|
|
<?php echo $_["anothervar"]; ?>
|