mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
11 lines
230 B
PHP
11 lines
230 B
PHP
<?php
|
|
/** @var array $_ */
|
|
/** @var OC_L10N $l */
|
|
script('theming', 'settings-admin');
|
|
style('theming', 'settings-admin')
|
|
?>
|
|
<div id="ncTheming" class="section">
|
|
<h2><?php p($l->t('Theming')); ?></h2>
|
|
Hello World
|
|
</div>
|
|
|