Skip to content

Commit

Permalink
fix path and broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
nondeterministic committed Apr 23, 2021
1 parent 6de495c commit becc08e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion oorepmodule/themes/oorep/default/includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@
}
?></title>

<!--
<link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>resources/oorep/default.css" />
-->

<link rel="icon" type="image/icon" href="<?php echo htmlspecialchars(SimpleSAML\Module::getModuleURL('oorepmodule/img/favicon.ico')); ?>" />

<!--
<link rel="icon" type="image/icon" href="/<?php echo $this->data['baseurlpath']; ?>resources/icons/favicon.ico" />
-->
Expand Down Expand Up @@ -109,7 +113,7 @@

<script src="<?php echo htmlspecialchars(SimpleSAML\Module::getModuleURL('oorepmodule/third-party/jquery-3.3.1.min.js')); ?>"></script>
<script src="<?php echo htmlspecialchars(SimpleSAML\Module::getModuleURL('oorepmodule/third-party/popper.min.js')); ?>"></script>
<script src="<?php echo htmlspecialchars(SimpleSAML\Module::getModuleURL('oorepmodule/third-party/bootstrap.min.js')); ?>"></script>
<script src="<?php echo htmlspecialchars(SimpleSAML\Module::getModuleURL('oorepmodule/third-party/bootstrap-4.1.3/js/bootstrap.min.js')); ?>"></script>

</head>
<?php
Expand Down

0 comments on commit becc08e

Please sign in to comment.