require_once('functions.php'); $domain = get_domain(); $site_name = get_site_name($domain); db_connect($domain); $cloak = get_cloak(); $url_array = processURI(); $id = $url_array[2]; $photo_feed = get_photo_feed($id); $feed_title = $photo_feed['feed_title']; $feed_full_image = $photo_feed['feed_full_image']; $feed_full_image_width = $photo_feed['feed_full_image_width']; $feed_full_image_height = $photo_feed['feed_full_image_height']; $strip_source_title = strip_title_source($feed_title); ?>