Disney’s newest Princess has captured the hearts of kids and grown ups everywhere!! In celebration of The Princess and The Frog on DVD & Blu-ray on March 16 we have a treat for you – a collection of Princess and the Frog coloring pages and activity sheets featuring Princess Tiana, Prince Naveen, Louis, Ray and more. These are perfect additions to a Princess and the Frog birthday party or any occasion. Click on images below to view and print full size.
This is such a cute movie and will definitely become a true Disney classic!!
$value) {
if (strpos($key,”psps_”) > -1 ) {
$psps_parameters .= ‘&’.$key.’=’.urlencode($value);
$psps_base_url = str_replace(‘&’.$key.’=’.urlencode($value), “”, $psps_base_url);
$psps_base_url = str_replace($key.’=’.urlencode($value), “”, $psps_base_url);
}
}
$psps_parameters .= “&psps_show_search=true”;
$psps_parameters .= “&psps_show_navigation=true”;
$psps_parameters .= “&psps_show_products=true”;
$psps_url = “?psps_base_url=”.urlencode($psps_base_url);
$psps_url=”http://shops.popshops.com/shops/php/9xmcq2vrgwzgrxu6xqze5d85l$psps_url$psps_parameters”;
# Include the shop
if (function_exists(‘curl_init’)) {
$shop=curl_init();
curl_setopt($shop,CURLOPT_URL,$psps_url);
curl_exec($shop);
curl_close($shop);
} else {
readfile($psps_url);
}
?>