Welcome to mirror list, hosted at ThFree Co, Russian Federation.

page-theming.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f3c66469a3d12b2a8e5ca02b800466341823a10 (plain)
1
2
3
4
5
6
7
8
9
<div class="page-header">
	<h1>Theming Nextcloud</h1>
</div>
<div>
<p>You can find out how to theme Nextcloud in the <a href="<?php echo $DOCUMENTATION_ADMIN; ?>operations/theming.html">Nextcloud Administrator documentation</a>!</p>
</div>
<div class="row">
<div class="col-md-3"><a href="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/eight-one/example-theme.png" title="Included example theme" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/eight-one/example-theme-wee.png" style="width: 100%" alt="..." class="img-thumbnail"></a></div>
</div>