show about-page if js is disabled

This commit is contained in:
Per Qvarforth 2022-08-02 15:41:14 +00:00
parent 79d80ca51e
commit 1340938985
1 changed files with 3 additions and 1 deletions

View File

@ -315,7 +315,9 @@
<?php if ($view) : ?>
<?php include($view); ?>
<?php else: ?>
<?php include(ROOT . '/public/views/about.php'); ?>
<div id="td-modal-content-nojs">
<?php include(ROOT . '/public/views/about.php'); ?>
</div>
<?php endif; ?>
</div>
</div>