Current File : /home/escuelai/public_html/eihu.edu.uy/wp-content/themes/old6_jupiter/single-portfolio.php |
<?php
/*
** single-portfolio.php
** mk_build_main_wrapper : builds the main divisions that contains the content. Located in framework/helpers/global.php
** mk_get_view gets the parts of the pages, modules and components. Function located in framework/helpers/global.php
*/
get_header();
// To build portfolio styles
Mk_Static_Files::addAssets('mk_portfolio');
mk_build_main_wrapper( mk_get_view('singular', 'wp-single-portfolio', true) );
get_footer();