mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Removing hardcoded navigation from theme ... this is not the way to do this. Better to restyle the navigation block.
This commit is contained in:
parent
079d4c7dd1
commit
c54c8b3563
@ -41,8 +41,7 @@ echo $OUTPUT->doctype() ?>
|
||||
</div>
|
||||
|
||||
<ul id="page-navigation" class="clearfix">
|
||||
<li id="first"><a href="<?php echo $CFG->wwwroot; ?>" title="Home">Home</a></li>
|
||||
<li><a href="<?php echo $CFG->wwwroot; ?>" title="Courses">Courses</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<!-- END OF HEADER -->
|
||||
@ -104,4 +103,4 @@ echo $OUTPUT->doctype() ?>
|
||||
</div>
|
||||
<?php echo $OUTPUT->standard_end_of_body_html() ?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -50,8 +50,7 @@ echo $OUTPUT->doctype() ?>
|
||||
|
||||
<?php if ($hasheading) { ?>
|
||||
<ul id="page-navigation" class="clearfix">
|
||||
<li id="first"><a href="<?php echo $CFG->wwwroot; ?>" title="Home">Home</a></li>
|
||||
<li><a href="<?php echo $CFG->wwwroot; ?>" title="Courses">Courses</a></li>
|
||||
|
||||
</ul>
|
||||
<?php } ?>
|
||||
|
||||
@ -113,4 +112,4 @@ echo $OUTPUT->doctype() ?>
|
||||
</div>
|
||||
<?php echo $OUTPUT->standard_end_of_body_html() ?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user