public static function config($array = array(), $itemselector = '.grid_3', $id = 'masonry') { extract($array); $path = cwp::config('config', 'masonry'); if ($path) { include_once CM_PATH . '/masonry/config.php'; } else { return 'Masonry file not found'; } }