<% include "./util/publisher.ini"; # ---------------- extract the category path ---------------- if (empty($top)){ $cat_target = $sess_last_clicked_top; } else { $cat_target = $top; } include "./inc/create_path.inc"; %> <%=$title%> - GDL <%=$DC_PUBLISHER_ID%> <% include "./inc/menu_head.inc";%> <% # ------------- display header --------------------- include "./inc/border_top.inc"; if ($ad_top == "active"){ include "./inc/ad.inc"; } include "./inc/display_path_cat.inc"; if ($show_search_form == TRUE){ if ($s == "q"){ include "./inc/search_form.inc"; } else { if ($sess_qadv == 1){ include "./inc/search_adv_form.inc"; } else { include "./inc/search_form.inc"; } } } %>

<% if (file_exists($content)){ include $content; } else { echo "


Fatal Error:
Content: $content is not found !
Please contact our administrator: $email_admin.




"; } %>

<% if ($ad_bottom == "active"){ include "./inc/ad.inc"; } include "./inc/border_bottom.inc"; include "./inc/menu_body_end.inc"; %>