Skip to content
Snippets Groups Projects
Commit 13409389 authored by Per Qvarforth's avatar Per Qvarforth
Browse files

show about-page if js is disabled

parent 79d80ca5
No related branches found
No related tags found
No related merge requests found
...@@ -315,7 +315,9 @@ ...@@ -315,7 +315,9 @@
<?php if ($view) : ?> <?php if ($view) : ?>
<?php include($view); ?> <?php include($view); ?>
<?php else: ?> <?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; ?> <?php endif; ?>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment