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

message.php « templates - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98a3fc807d1227ef8ec0f6da4a1f608a95b4cfe7 (plain)
1
2
3
4
5
6
<?php
\OCP\Util::addStyle('registration', 'style');
?>
<ul class="msg error-wide">
	<li><?php print_unescaped($_['msg'])?></li>
</ul>