Newer
Older
Import / web / www.xiaofrog.com / gallery / install / templates / MultisiteSuccess.html
@John Ryland John Ryland on 22 Dec 2020 206 bytes import NUC files
<div class="success">
<h1>
<?php if ($templateData['isMultisite']) {
	print _('Multisite directory setup successfully.');
      } else {
	print _('Standard installation selected.');
      }
?>
</h1>
</div>