summaryrefslogtreecommitdiffstats
path: root/app/view/stdpage.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-01-24 23:41:23 -0500
committerMalf Furious <m@lfurio.us>2018-01-24 23:41:23 -0500
commitb8351dc9d172b8b00479066dab56c97874ad501c (patch)
tree25f0cbcb772a88847b5a8d67bd880ddf2f8ca33a /app/view/stdpage.php
parent306d3d2b7b8538a5c2d1c8fc26852e83214725d0 (diff)
parent75dd0e67ca684f779b712b313f188d23f903609f (diff)
downloadscrott-b8351dc9d172b8b00479066dab56c97874ad501c.tar.gz
scrott-b8351dc9d172b8b00479066dab56c97874ad501c.zip
Merge branch 'feature/ui-basics' into dev
Diffstat (limited to 'app/view/stdpage.php')
-rw-r--r--app/view/stdpage.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php
index 157dc1b..4bdc0c5 100644
--- a/app/view/stdpage.php
+++ b/app/view/stdpage.php
@@ -17,7 +17,6 @@ namespace stdpage;
require_once "class/globals.php";
?>
-
<?php function head(?string $title = NULL) : void { ?>
<!--
@@ -54,12 +53,14 @@ require_once "class/globals.php";
<title>Scrott<?=($title ? " - ".$title : "")?></title>
<link rel="stylesheet" type="text/css" href="<?=ar()?>/static/css/bootstrap.min.css" />
-<?php } ?>
-<?php function top() : void { ?>
<?php } ?>
+<?php function top() : void { ?>
+<?php } ?>
<?php function foot() : void { ?>
+
<script type="text/javascript" src="<?=ar()?>/static/js/jquery.min.js"></script>
<script type="text/javascript" src="<?=ar()?>/static/js/bootstrap.min.js"></script>
+
<?php } ?>