quote($lingua)." ORDER BY c.name;"; $arr = $db->getAssoc($sql); $str = gettext('CATEGORIES'); echo "

$str

\n"; echo "
\n"; echo "
\n"; echo "\n"; $x = 0; foreach($arr as $category_name => $description) { $class = getRowClass($x++); echo "\t\n"; echo "\t\t\n"; echo "\t\t\n"; echo "\t\n"; } echo "
$category_name$description
\n"; echo "
\n"; require_once 'inc.content2.php'; ?>