show about-page if js is disabled
This commit is contained in:
parent
79d80ca51e
commit
1340938985
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue