$tag = $page->clean_get_data['tag'];
$limit = $page->clean_get_data['limit'];
echo "Search results for: $tag";
$videos = true;
$articles = true;
$recipes = true;
//$search = array("tag"=>$tag); lame for now
$list = get_items($tag, $limit, $videos, $articles, $recipes); //(tags, videos, articles, recipes)
?>
Popular Tags:
include("pop_tags.php"); ?>