Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
customization simpleSAMLphp
Commits
f5a7267a
Commit
f5a7267a
authored
4 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update header.php - removed conflicting bootstrap definition
parent
3f80ca92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mymodule/themes/fancytheme/default/includes/header.php
+2
-1
mymodule/themes/fancytheme/default/includes/header.php
with
2 additions
and
1 deletion
+2
-1
mymodule/themes/fancytheme/default/includes/header.php
+
2
-
1
View file @
f5a7267a
...
...
@@ -51,7 +51,8 @@ header('X-Frame-Options: SAMEORIGIN');
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/css/Login-Form-Clean.css"
/>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity=
"sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin=
"anonymous"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
<?php
if
(
!
empty
(
$jquery
))
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets