Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
2c366f45
Commit
2c366f45
authored
Nov 06, 2013
by
Damyon Wiese
Browse files
Merge branch 'MDL-42624-master' of
git://github.com/mouneyrac/moodle
parents
496422e3
6e2bf857
Changes
8
Hide whitespace changes
Inline
Side-by-side
theme/bootstrapbase/layout/columns1.php
View file @
2c366f45
...
...
@@ -27,7 +27,7 @@ echo $OUTPUT->doctype() ?>
<?php
echo
$OUTPUT
->
standard_top_of_body_html
()
?>
<header
role=
"banner"
class=
"navbar navbar-fixed-top"
>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
moodle-has-zindex
"
>
<nav
role=
"navigation"
class=
"navbar-inner"
>
<div
class=
"container-fluid"
>
<a
class=
"brand"
href=
"
<?php
echo
$CFG
->
wwwroot
;
?>
"
>
<?php
echo
$SITE
->
shortname
;
?>
</a>
...
...
theme/bootstrapbase/layout/columns2.php
View file @
2c366f45
...
...
@@ -28,7 +28,7 @@ echo $OUTPUT->doctype() ?>
<?php
echo
$OUTPUT
->
standard_top_of_body_html
()
?>
<header
role=
"banner"
class=
"navbar navbar-fixed-top"
>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
moodle-has-zindex
"
>
<nav
role=
"navigation"
class=
"navbar-inner"
>
<div
class=
"container-fluid"
>
<a
class=
"brand"
href=
"
<?php
echo
$CFG
->
wwwroot
;
?>
"
>
<?php
echo
$SITE
->
shortname
;
?>
</a>
...
...
theme/bootstrapbase/layout/columns3.php
View file @
2c366f45
...
...
@@ -33,7 +33,7 @@ echo $OUTPUT->doctype() ?>
<?php
echo
$OUTPUT
->
standard_top_of_body_html
()
?>
<header
role=
"banner"
class=
"navbar navbar-fixed-top"
>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
moodle-has-zindex
"
>
<nav
role=
"navigation"
class=
"navbar-inner"
>
<div
class=
"container-fluid"
>
<a
class=
"brand"
href=
"
<?php
echo
$CFG
->
wwwroot
;
?>
"
>
<?php
echo
$SITE
->
shortname
;
?>
</a>
...
...
theme/bootstrapbase/layout/secure.php
View file @
2c366f45
...
...
@@ -27,7 +27,7 @@ echo $OUTPUT->doctype() ?>
<?php
echo
$OUTPUT
->
standard_top_of_body_html
()
?>
<header
role=
"banner"
class=
"navbar navbar-fixed-top"
>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
moodle-has-zindex
"
>
<nav
role=
"navigation"
class=
"navbar-inner"
>
<div
class=
"container-fluid"
>
<a
class=
"brand"
href=
"
<?php
echo
$CFG
->
wwwroot
;
?>
"
>
<?php
echo
$SITE
->
shortname
;
?>
</a>
...
...
theme/clean/layout/columns1.php
View file @
2c366f45
...
...
@@ -30,7 +30,7 @@ echo $OUTPUT->doctype() ?>
<?php
echo
$OUTPUT
->
standard_top_of_body_html
()
?>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
<?php
echo
$html
->
navbarclass
?>
"
>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
<?php
echo
$html
->
navbarclass
?>
moodle-has-zindex
"
>
<nav
role=
"navigation"
class=
"navbar-inner"
>
<div
class=
"container-fluid"
>
<a
class=
"brand"
href=
"
<?php
echo
$CFG
->
wwwroot
;
?>
"
>
<?php
echo
$SITE
->
shortname
;
?>
</a>
...
...
theme/clean/layout/columns2.php
View file @
2c366f45
...
...
@@ -31,7 +31,7 @@ echo $OUTPUT->doctype() ?>
<?php
echo
$OUTPUT
->
standard_top_of_body_html
()
?>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
<?php
echo
$html
->
navbarclass
?>
"
>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
<?php
echo
$html
->
navbarclass
?>
moodle-has-zindex
"
>
<nav
role=
"navigation"
class=
"navbar-inner"
>
<div
class=
"container-fluid"
>
<a
class=
"brand"
href=
"
<?php
echo
$CFG
->
wwwroot
;
?>
"
>
<?php
echo
$SITE
->
shortname
;
?>
</a>
...
...
theme/clean/layout/columns3.php
View file @
2c366f45
...
...
@@ -50,7 +50,7 @@ echo $OUTPUT->doctype() ?>
<?php
echo
$OUTPUT
->
standard_top_of_body_html
()
?>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
<?php
echo
$html
->
navbarclass
?>
"
>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
<?php
echo
$html
->
navbarclass
?>
moodle-has-zindex
"
>
<nav
role=
"navigation"
class=
"navbar-inner"
>
<div
class=
"container-fluid"
>
<a
class=
"brand"
href=
"
<?php
echo
$CFG
->
wwwroot
;
?>
"
>
<?php
echo
$SITE
->
shortname
;
?>
</a>
...
...
theme/clean/layout/secure.php
View file @
2c366f45
...
...
@@ -27,7 +27,7 @@ echo $OUTPUT->doctype() ?>
<?php
echo
$OUTPUT
->
standard_top_of_body_html
()
?>
<header
role=
"banner"
class=
"navbar navbar-fixed-top"
>
<header
role=
"banner"
class=
"navbar navbar-fixed-top
moodle-has-zindex
"
>
<nav
role=
"navigation"
class=
"navbar-inner"
>
<div
class=
"container-fluid"
>
<a
class=
"brand"
href=
"
<?php
echo
$CFG
->
wwwroot
;
?>
"
>
<?php
echo
$SITE
->
shortname
;
?>
</a>
...
...
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