Add the Tenzing header to the admin pages. refs #1604
Showing
2 changed files
with
9 additions
and
10 deletions
| ... | @@ -40,19 +40,18 @@ class Actions { | ... | @@ -40,19 +40,18 @@ class Actions { |
| 40 | #toplevel_page_cbv_options:hover .wp-menu-image, #menu-posts-POSTTYPE.wp-has-current-submenu .wp-menu-image { | 40 | #toplevel_page_cbv_options:hover .wp-menu-image, #menu-posts-POSTTYPE.wp-has-current-submenu .wp-menu-image { |
| 41 | background-position:6px 7px!important; | 41 | background-position:6px 7px!important; |
| 42 | } | 42 | } |
| 43 | |||
| 44 | |||
| 45 | |||
| 46 | </style> | 43 | </style> |
| 47 | <?php | ||
| 48 | |||
| 49 | 44 | ||
| 50 | /* | 45 | <div class="wphead"> |
| 51 | global $current_user; | 46 | <img id="header-logo" src="https://cbv.dev/wp-includes/images/blank.gif" alt="" width="16" height="16"> |
| 52 | get_currentuserinfo(); | ||
| 53 | 47 | ||
| 54 | include('views/header.php'); | 48 | <h1 id="site-heading"> |
| 55 | */ | 49 | <a href="https://cbv.dev/" title="Visit Site"> |
| 50 | <span id="site-title">Chartered Business Valuators</span> | ||
| 51 | </a> | ||
| 52 | </h1> | ||
| 53 | </div> | ||
| 54 | <?php | ||
| 56 | } | 55 | } |
| 57 | 56 | ||
| 58 | public static function admin_footer_text() { | 57 | public static function admin_footer_text() { | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment