From: Steve Sutton Date: Fri, 23 Mar 2018 14:42:33 +0000 (-0400) Subject: Update theme with social icons X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6848f0351eb5630c3e6805f82122ead781e74555;p=WP-Themes%2Fbreakersmi.git Update theme with social icons Updating with social icons. --- diff --git a/functions.php b/functions.php index 04d239c..9c75a3f 100644 --- a/functions.php +++ b/functions.php @@ -204,7 +204,8 @@ add_filter('admin_footer_text', 'custom_admin_footer'); // remove admin update nag except for admin global $user_login; -get_currentuserinfo(); +// get_currentuserinfo(); +wp_get_current_user(); if (!current_user_can('update_plugins')) { add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 ); add_filter( 'pre_option_update_core', create_function( '$a', "return null;" ) ); @@ -291,7 +292,8 @@ add_action('admin_menu', 'as_remove_menus'); // Hide ACF menu item from the admin menu function hide_admin_menu() { global $current_user; - get_currentuserinfo(); + // get_currentuserinfo(); + wp_get_current_user(); if($current_user->user_login != 'mginop') { echo ''; } diff --git a/header.php b/header.php index c02a61a..309d5ef 100644 --- a/header.php +++ b/header.php @@ -8,6 +8,10 @@
+
+ + +
Breakers Resort
927 North State Street
Saint Ignace, MI 49781
(906) 643-7733
diff --git a/images/fb.png b/images/fb.png new file mode 100644 index 0000000..1a36e9f Binary files /dev/null and b/images/fb.png differ diff --git a/images/instagram.png b/images/instagram.png new file mode 100644 index 0000000..3fbd5f9 Binary files /dev/null and b/images/instagram.png differ