' . do_shortcode( $content ) . '';
}
function agpl_fourcolumn_shortcode( $atts, $content = null ) {
return '
' . do_shortcode( $content ) . '
';
}
function agpl_threecolumn_shortcode( $atts, $content = null ) {
return '' . do_shortcode( $content ) . '
';
}
function agpl_twocolumn_shortcode( $atts, $content = null ) {
return '' . do_shortcode( $content ) . '
';
}
function agpl_greybox_shortcode( $atts, $content = null ) {
return '' . do_shortcode( $content ) . '
';
} ?>