' . $plugin_data['Name'] . ''; if ($echo) { echo $output; } else { return $output; } } public static function render_sidebar() { MsbdAdsMAdminHelper::render_postbox_open('Micro Solutions Bangladesh'); MsbdAdsMAdminHelper::render_msbd_logos(); MsbdAdsMAdminHelper::render_postbox_close(); } public static function render_msbd_logos() { ?>

'; // end .inside echo '
'; // end .postbox } public static function render_container_open($extra_class = '', $echo = TRUE) { $output = ''; $output .= '
'; $output .= '
'; if ($echo) { echo $output; } else { return $output; } } public static function render_container_close($echo = TRUE) { $output = ''; $output .= '
'; // end .ui-sortable $output .= '
'; // end .msbd-adsm-postbox-container if ($echo) { echo $output; } else { return $output; } } } /* end of file admin-view-helper-functions.php */