diff options
author | Malf Furious <m@lfurio.us> | 2017-06-24 22:53:59 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-06-24 22:53:59 -0400 |
commit | 96a9cd59279774aea667340daaf947e3938442c7 (patch) | |
tree | b7a8ebe1a89b88cb1fe8e67f234464542693f929 /app/view/stdpage.php | |
parent | 59cfa25b2432bbca1913fcf712eaac3c95781f6c (diff) | |
download | scrott-96a9cd59279774aea667340daaf947e3938442c7.tar.gz scrott-96a9cd59279774aea667340daaf947e3938442c7.zip |
Remove unnessary identifier qualifiers
Diffstat (limited to 'app/view/stdpage.php')
-rw-r--r-- | app/view/stdpage.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php index bad68f3..157dc1b 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -53,13 +53,13 @@ require_once "class/globals.php"; <title>Scrott<?=($title ? " - ".$title : "")?></title> - <link rel="stylesheet" type="text/css" href="<?=\ar()?>/static/css/bootstrap.min.css" /> + <link rel="stylesheet" type="text/css" href="<?=ar()?>/static/css/bootstrap.min.css" /> <?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> + <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 } ?> |