-
//if they arent logged in, we need _some_ sort of navigation
@@ -286,7 +287,7 @@ if(array_key_exists('users_id', $_SESSION)) {
?>
+
@@ -350,7 +351,7 @@ if(is_array($nav)) {
?>
-
+
diff --git a/nav.php b/nav.php
index 07ffe78b..8a0c5e8a 100644
--- a/nav.php
+++ b/nav.php
@@ -56,9 +56,10 @@
unset($_SESSION['nav']['tertiary']);
unset($_SESSION['nav']['tertiarylink']);
$q=mysql_query("SELECT * FROM rolestasks WHERE pid='$id' AND level=2 AND conferencetype='{$conference['type']}' ORDER By ord,task");
- echo "
- ";
+ echo "
- id}\">link\">".i18n($r->task)." \n"; + $link_style = 'link'; // Sep 09, 2010 MK: Class name needs to be derived from the data to allow for subtitles, separators etc. + echo "
- id}\" class=\"$link_style\">link\">".i18n($r->task)." \n"; /* if($r->link) { echo "
- id}\">link\">".i18n($r2->task)." \n";
- ";
while($r=mysql_fetch_object($q)) {
- echo "
id}\">link\">".i18n("$r->task")."
\n"; @@ -67,7 +68,7 @@ } */ /* - echo "- ";
+ echo "
- ";
$q2=mysql_query("SELECT * FROM rolestasks WHERE pid='$r->id' AND level=3 AND conferencetype='{$conference['type']}' ORDER BY ord,task");
while($r2=mysql_fetch_object($q2)) {
echo "