if($category=="") { include("" . $path . "include/index_fr.php"); }
if($category=="index-en") { include("" . $path . "include/index_en.php"); }
if($category=="questions-reponses-sites-internet") { include("" . $path . "include/questions_reponses.php"); }
if($category=="questions-answers-about-websites") { include("" . $path . "include/questions_answers.php"); }
if($category!=""&&$category!="index-en"&&$category!="questions-reponses-sites-internet"&&$category!="questions-answers-about-websites")
{ ?>
if($category!=""&&$subcategory=="") { echo $content; }
if($category!=""&&$subcategory!="")
{ echo "
" . $subcategory_title . "
" . $content . "
";
}
if($subcategory!=""&&$lg!="en") { include("" . $path . "include/demande_contact.inc"); }
if($subcategory!=""&&$lg=="en") { include("" . $path . "include/request_contact.inc"); }
} ?>
Page-Web if($category!="autres-services-strategie-internet-erp") { if($category!=""&&$subcategory=="") { echo " > $categorytitle"; } if($category!=""&&$subcategory!="") { echo " > $categorytitle > $subcategory_title"; } ?>
} ?>