<?php
/**
* Template Name: Portfolio
*
* The size of the portfolio that this page displays is set in the theme's admin options.
*
* The "Template Name:" bit above allows this to be selectable
* from a dropdown menu on the edit page screen.
*/
$portfoliotype = 'portfolio_' . get_option('bb_portfolio', 'medium') . '.php';
include ($portfoliotype);
?>