ATutor

Learning Management Tools







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


Removeing Browse courses off the login page


  • 2006-03-11 19:06:41

    Removeing Browse courses off the login page

    Is there a way to remove the browse courses tab off of the login page???

  • 2006-03-12 08:21:25

    Re: Removeing Browse courses off the login page

    You can remove it in
    themes/default/include/header.tmpl.php

  • 2008-10-30 04:42:52

    Re: Removeing Browse courses off the login page

    I would also like to remove the browse courses tab from the login page.

    I just don't see where to do it un the header.tmpl.php file....

    Thanks for your attention.

  • 2008-10-30 08:39:20

    Re: Removeing Browse courses off the login page

    Now located in include/lib/menu_pages.php. Remove browse.php from the line near the top of the file.


    [php]
    $_pages[AT_NAV_PUBLIC] = array_merge(array('login.php',$reg_tab,'browse.php')

    [/php]

  • 2008-10-30 08:52:12

    Re: Removeing Browse courses off the login page

    Great! Thanks a lot.