Removing hardcoded navigation from theme ... this is not the way to do this. Better to restyle the navigation block.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user