<%= link_to image_tag("pages/admin/icon.png"), '/admin' %>
<%= link_to "Pages", "/admin" %> <%= PagesCore.config :site_name %>
<% if logged_in? %>
Hello, <%= link_to(current_user.name, admin_user_url(current_user)) %>
<%= link_separator %>
<%= logout_link "Log out", login_url: login_admin_users_path %>
<% end %>
<% if logged_in? %>
<%= header_tabs(:pages) %>
<%= header_tabs(:pages_plugins) %>
<%= header_tabs(:custom) %>
<%= header_tabs(:account) %>
<% end -%>
<% if flash[:error] %>
<%= flash[:error] %>
<% end %>
<% if flash[:notice] %>
<%= flash[:notice] %>
<% end %>