2008-09-16 19:05:33
delete the course top icon
hello greg now i urge to disable the icon image corner that appear when u creat u first course how can i do this for all my new templates?
2008-09-16 19:05:33
hello greg now i urge to disable the icon image corner that appear when u creat u first course how can i do this for all my new templates?
2008-09-17 03:15:02
I haven't tried it yet, but you should be able to just delete lines 224 - 226 in themes/default/include/header.tmpl.php
that would be these lines:
<?php if (!empty($this->icon)) { // if a course icon is available, display it here. ?>
<a href="<?php echo $this->base_path; ?>index.php"><img src="<?php echo $this->icon; ?>" class="headicon" alt="<?php echo _AT('home'); ?>" /></a>
<?php } ?>
or check out some other themes, some does not use this icon at all.