if ($treat_type == "coconut_cluster")
{ ?>
}
else
{
if ($treat_type == "jar_treat")
{ ?>
}
else
{
if ($treat_type == "cheese_and_apple")
{ ?>
}
else
{
if ($treat_type == "carrot_cake_pupcake")
{ ?>
}
else
{
// trainign treat ?>
}
}
}
}
?>
|
if ($treat_type == "coconut_cluster")
{ ?>
Coconut Clusters
}
else
{
if ($treat_type == "jar_treat")
{ ?>
Jar of "Make Your Own" Dog Biscuits
}
else
{
if ($treat_type == "cheese_and_apple")
{?>
Cheese and Apple Bits
}
else
{
if ($treat_type == "carrot_cake_pupcake")
{ ?>
Carrot Cake Pup Cake
}
else
{
// trainign treat ?>
Bitesize Training Treats
}
}
}
}
?>
if ($treat_type == "coconut_cluster")
{ ?>
coconut cluster text
}
else
{
if ($treat_type == "jar_treat")
{ ?>
dog treat jar text
}
else
{
if ($treat_type == "cheese_and_apple")
{ ?>
cheese and apple bit text
}
else
{
if ($treat_type == "carrot_cake_pupcake")
{ ?>
carrot cake text
}
else
{
// trainign treat ?>
training treat text
}
}
}
}
?>
|