Connect("localhost", "abcstore", "quagmir3"); $db->UseDB("abcstore"); OrderSetNum(); $font = new Font; $font1 = new Font; $tfont = new Font; $font->SetSize(2); $font->SetFace(5); $font->SetBold(); $font1->SetSize(1); $font1->SetFace(5); $tfont->SetSize(4); $tfont->SetFace(5); $tfont->SetBold(); if (isset($sec_id)) { $section_info = SectionGet($sec_id); $store_info = StoreGet($section_info["store"]); } ?> 1ABCStore.com


 Other Sections:
  Show($info["name"], "/section.phtml?sec_id=" . $val); Br(2); } } else { $font1->Show("No sections in store!"); } #Br(1); ?>  
"; $tfont->Show($section_info["title"]); $tfont->Show(" ("); $tfont->Show("Show All", "/products_all.phtml?sec_id=" . $sec_id); $tfont->Show(")"); echo ""; ?>
SetBold(); $font->Show($section_info["description"]); $font->SetBold(); ?>

\n"; echo "\t\t\n"; if (strlen($p_info["name"]) > 24) { echo "\t\t\n"; } else { echo "\t\t\n"; } echo "\t\t\n"; echo "\t\n"; if ($color == "#E0E0E0") { $color = "#FFFFFF"; } else { $color = "#E0E0E0"; } } } else { echo "
" . $font->GetString("No products in section!") . "
"; } ?>
 " . $font->GetString($store_info["prefix"] . "-" . $p_info["number"]) ." " . $font->GetString(sprintf("%.24s", $p_info["name"]) . "...", "product.phtml?pid=" . $p_info["pid"]) ." " . $font->GetString(sprintf("%.24s", $p_info["name"]), "product.phtml?pid=" . $p_info["pid"]) ." " . $font->GetString("$" . $p_info["price"]) ."

1ABCStore.com