Skip to content

Commit

Permalink
add and use www-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nondeterministic committed Apr 23, 2021
1 parent e50d8d7 commit 6de495c
Show file tree
Hide file tree
Showing 26 changed files with 21,737 additions and 6 deletions.
12 changes: 6 additions & 6 deletions oorepmodule/themes/oorep/default/includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
?></title>

<link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>resources/oorep/default.css" />
<link rel="icon" type="image/icon" href="https://www.oorep.com/favicon.ico" />
<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 @@ -105,11 +105,11 @@
}
?>

<link rel="stylesheet" href="https://www.oorep.com/assets/html/third-party/bootstrap-4.1.3/css/bootstrap.min.css">
<script src="https://www.oorep.com/assets/html/third-party/jquery-3.3.1.min.js"></script>
<script src="https://www.oorep.com/assets/html/third-party/popper.min.js"></script>
<script src="https://www.oorep.com/assets/html/third-party/bootstrap-4.1.3/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo htmlspecialchars(SimpleSAML\Module::getModuleURL('oorepmodule/third-party/bootstrap-4.1.3/css/bootstrap.min.css')); ?>" />

<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>

</head>
<?php
Expand All @@ -124,7 +124,7 @@

<div class="text-center" style="padding-top:200px; padding-bottom:30px;" id="header">
<h1><a href="https://www.oorep.com/">
<img src="https://www.oorep.com/assets/html/img/logo_small.png" alt="OOREP">
<img src="<?php echo htmlspecialchars(SimpleSAML\Module::getModuleURL('oorepmodule/img/logo_small.png')); ?>" alt="OOREP">
</a></h1>
</div>

Expand Down
Binary file added oorepmodule/www/img/favicon.ico
Binary file not shown.
Binary file added oorepmodule/www/img/logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading

0 comments on commit 6de495c

Please sign in to comment.