ATutor

Learning Management Tools







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


template vars


  • 2004-12-15 14:30:08

    template vars

    this should be a simple question to answer.

    I am working on developing an application using ATutor and I am creating a new template (theme).

    when a user logs in they see all of their courses in the "jump" box. Each of those courses is associated with a number using this variable <?php echo $course['course_id']; ?> which comes from this loop: <?php foreach ($tmpl_nav_courses as $course): ?>

    My question is, where is the query that fills the $tmpl_nav_courses array?

    please advise,

    thx,

    Burrito

  • 2004-12-15 16:55:23

    include/header.inc.php

    in ATutor 1.4.2

    include/header.inc.php

    about line 190