예제 #1
0
 static function showPortfolio($atts = array())
 {
     $nimble_portfolio = new NimblePortfolio($atts);
     $nimble_portfolio->renderTemplate();
 }