ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


delete the course top icon


  • 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-17 03:15:02

    Re: delete the course top icon

    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.