--- sections/novosti.inc 2001/09/20 09:50:24 1.5 +++ sections/novosti.inc 2001/11/07 14:24:02 1.7 @@ -23,6 +23,20 @@ $title.=" : Dogotki"; } elseif (strlen($type) == 3) { $sql_where .= " and type='$type'"; + if (substr($type,0,2) == "mp" || $type=="mcx" || $type=="mix") $title.=" : Publikacije"; + if ($type=="mp_") { + $title.=" : PLIVA Magazin"; + $smarty->assign("mtext","PLIVA Magazin"); + } elseif ($type=="mpx") { + $title.=" : Pharna Info"; + $smarty->assign("mtext","Pharma Info"); + } elseif ($type=="mcx") { + $title.=" : Medicus"; + $smarty->assign("mtext","Medicus"); + } elseif ($type=="mix") { + $title.=" : Medinfo bulletin"; + $smarty->assign("mtext","Medinfo bulletin"); + } } }