예제 #1
0
 static function pageHeader($pageSlug)
 {
     echo '<div class="mytheme-admin-header">';
     echo '<span class="theme"><strong>' . myThemes::name() . '</strong> ' . __('Version', 'myThemes') . ': ' . myThemes::version() . '</span>';
     echo '<a href="http://mythem.es" target="_blank" title="Affordable WordPress Themes For Your Website or Blog"><img src="' . MYTHEMES_DEV_LOGO . '" /></a>';
     echo '<p><a href="http://mythem.es" target="_blank" title="Affordable WordPress Themes For Your Website or Blog">Affordable WordPress Themes For Your Website or Blog</a></p>';
     echo '</div>';
     echo '<table class="admin-body">';
     echo '<tr>';
 }