e6ce7653 by Marty Penner

Add the Tenzing header to the admin pages. refs #1604

1 parent 6f34d033
......@@ -40,19 +40,18 @@ class Actions {
#toplevel_page_cbv_options:hover .wp-menu-image, #menu-posts-POSTTYPE.wp-has-current-submenu .wp-menu-image {
background-position:6px 7px!important;
}
</style>
<?php
/*
global $current_user;
get_currentuserinfo();
<div class="wphead">
<img id="header-logo" src="https://cbv.dev/wp-includes/images/blank.gif" alt="" width="16" height="16">
include('views/header.php');
*/
<h1 id="site-heading">
<a href="https://cbv.dev/" title="Visit Site">
<span id="site-title">Chartered Business Valuators</span>
</a>
</h1>
</div>
<?php
}
public static function admin_footer_text() {
......