app/views/layouts/phcpresspro/backend/articles_layout.html.erb in phcpresspro-4.4.0 vs app/views/layouts/phcpresspro/backend/articles_layout.html.erb in phcpresspro-4.4.1

- old
+ new

@@ -1,31 +1,31 @@ <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title><%= content_for?(:title) ? yield(:title) : "PHCPress(Pro) - Articles Manager" %></title> + <title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Members Dashboard" %></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > - <link rel="canonical" href="https://phcnetworks.net"> + <link rel="canonical" href="http://phcmembers.com"> <!-- Font --> - <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/> + <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/> <!-- Requried Style Sheets --> - <%= stylesheet_link_tag "backend", media: 'all', 'data-turbolinks-track': 'reload' %> + <%= stylesheet_link_tag "phcmemberspro/application", media: "all", 'data-turbolinks-track': 'reload' %> <!-- Requried JavaScripts --> - <%= javascript_include_tag "backend", 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag "phcmemberspro/application", 'data-turbolinks-track': 'reload' %> <!-- Security --> <%= csrf_meta_tags %> </head> - <body class="page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid page-content-white"> + <body class="page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid"> <!-- START TOP BAR HEADER --> <div class="page-header navbar navbar-fixed-top"> - <%= render 'layouts/components/backend/header/header_system' %> + <%= render 'layouts/components/backend/header/header' %> </div> <!-- END TOP BAR HEADER --> <!-- START CLEARFIX --> <div class="clearfix"> </div> @@ -40,22 +40,17 @@ <!-- START MAIN CONTENT --> <div class="page-content-wrapper"> <div class="page-content"> <%= yield %> </div> + </div> <!-- END MAIN CONTENT --> </div> <!-- END MAIN CONTAINER --> <!-- START FOOTER --> <div class="page-footer"> - <div class="page-footer-inner"> &copy; 2012-<%= Time.now.year %> - v4.2.11 - JUN-23-<%= Date.today.year %> - PHCPress(Pro) - <a href="https://www.phcnetworks.net" title="PHCPress(Pro) by PHCNETWORKS" target="_blank"> by PHCNetworks</a> - </div> - <div class="scroll-to-top"> - <i class="icon-arrow-up"></i> - </div> + <%= render 'layouts/components/backend/footer/footer' %> </div> <!-- END FOOTER --> - </body> </html>