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