app/views/layouts/phcpresspro/frontend.html.erb in phcpresspro-6.5.2 vs app/views/layouts/phcpresspro/frontend.html.erb in phcpresspro-6.5.3

- old
+ new

@@ -3,19 +3,19 @@ <head> <!-- Meta Info (Page Specific) --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title><%= content_for?(:title) ? yield(:title) : "News & Information" %></title> + <title><%= content_for?(:title) ? yield(:title) : "PHCPress CMS" %></title> <!-- Meta Info (All) --> <%= render 'layouts/components/frontend/seo/all_metainfo' %> <!-- Font --> <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 --> + <!-- Requried StyleSheets --> <%= stylesheet_link_tag "application", media: "all", 'data-turbolinks-track': 'reload' %> <!-- Requried JavaScripts --> <%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %> @@ -25,45 +25,45 @@ </head> <body class="enable-animation"> <div id="slidetop"> - <%= render 'layouts/phcpresspro/components/frontend/header/slideout' %> + <%= render 'layouts/components/frontend/header/slideout' %> </div> <div id="wrapper"> <div id="topBar"> - <%= render 'layouts/phcpresspro/components/frontend/header/topbar' %> + <%= render 'layouts/components/frontend/header/topbar' %> </div> <div id="header" class="sticky clearfix"> - <%= render 'layouts/phcpresspro/components/frontend/navigation/navigation' %> + <%= render 'layouts/components/frontend/navigation/navigation' %> </div> <%= yield %> <footer id="footer"> <div class="container"> <div class="row"> <div class="col-md-3"> - <%= render 'layouts/phcpresspro/components/frontend/footer/footer_address' %> + <%= render 'layouts/components/frontend/footer/footer_address' %> </div> <div class="col-md-3"> - <%= render 'layouts/phcpresspro/components/frontend/footer/footer_newspost' %> + <%= render 'layouts/components/frontend/footer/footer_newspost' %> </div> <div class="col-md-3"> - <%= render 'layouts/phcpresspro/components/frontend/footer/footer_quicklinks' %> + <%= render 'layouts/components/frontend/footer/footer_quicklinks' %> </div> <div class="col-md-3"> - <%= render 'layouts/phcpresspro/components/frontend/footer/footer_socialconnect' %> + <%= render 'layouts/components/frontend/footer/footer_socialconnect' %> </div> </div> </div> <div class="copyright"> - <%= render 'layouts/phcpresspro/components/frontend/footer/footer_copyright' %> + <%= render 'layouts/components/frontend/footer/footer_copyright' %> </div> </footer> </div>