









/***********************************************/
if ($row0["title"] == 'Content' )
{
$resultC = $db->sql_query("SELECT cid, title FROM ".UN_TABLENAME_PAGES_CATEGORIES."");// ORDER BY title
while ($rowC = $db->sql_fetchrow($resultC)) {
$cid = $rowC['cid'];
$title = stripslashes(check_html($rowC['title'], "nohtml"));
echo "<br /><img src='modules/$module_name/images/line1.gif' width='19' height='16' alt='' /><img src='modules/$module_name/images/edit.gif' width='15' height='15' alt='' /> <a href=\"modules.php?name=Content&pa=list_pages_categories&cid=".$cid."\">".$title."</a>";


$resultC1 = $db->sql_query("SELECT pid, cid, title FROM ".UN_TABLENAME_PAGES." WHERE active='1' AND cid='".$cid."'");// ORDER BY title
while ($rowC1 = $db->sql_fetchrow($resultC1)) {
$pid = $rowC1['pid'];
$ptitle = stripslashes(check_html($rowC1['title'], "nohtml"));
echo "<br /><img src='modules/$module_name/images/nic.gif' width='70' height='1' alt='' /><img src='modules/$module_name/images/line_minus.gif' width='19' height='16' alt='' /> <a href=\"modules.php?name=Content&pa=showpage&pid=".$pid."\">".$ptitle."</a>";
}
$db->sql_freeresult($resultC1);
}
$db->sql_freeresult($resultC);


}








$custom_title = $row0['custom_title'];


Obsah fóra BLASSENweb » Site Map
![]() |
|