Sha256: abda672a179675c345f4384630eb421d4f33ad7787c918340e09a02aceae37e4

Contents?: true

Size: 1.87 KB

Versions: 52

Compression:

Stored size: 1.87 KB

Contents

<!DOCTYPE html>
<html>

	<head>

		<!-- Meta Info (Page Specific) -->
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<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 StyleSheets -->
		<%= stylesheet_link_tag "application", media: "all", 'data-turbolinks-track': 'reload' %>

		<!-- Requried JavaScripts -->
		<%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %>
	
		<!-- Security -->
		<%= csrf_meta_tags %>

	</head>

	<body class="enable-animation">

		<div id="slidetop">
			<%= render 'layouts/components/frontend/header/slideout' %>
		</div>

		<div id="wrapper">

			<div id="topBar">
				<%= render 'layouts/components/frontend/header/topbar' %>
			</div>

			<div id="header" class="sticky clearfix">
				<%= render 'layouts/components/frontend/navigation/navigation' %>
			</div>
	
			<%= yield %>
	
			<footer id="footer">
	
				<div class="container">
					<div class="row">
						<div class="col-md-3">
							<%= render 'layouts/components/frontend/footer/footer_address' %>
						</div>
						<div class="col-md-3">
							<%= render 'layouts/components/frontend/footer/footer_newspost' %>
						</div>
						<div class="col-md-3">
							<%= render 'layouts/components/frontend/footer/footer_quicklinks' %>
						</div>
						<div class="col-md-3">
							<%= render 'layouts/components/frontend/footer/footer_socialconnect' %>
						</div>
					</div>
				</div>
	
				<div class="copyright">
					<%= render 'layouts/components/frontend/footer/footer_copyright' %>
				</div>
	
			</footer>

		</div>

	</body>

</html>

Version data entries

52 entries across 52 versions & 2 rubygems

Version Path
phcpresspro-6.7.5 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-6.7.1 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-6.7.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-6.6.9 app/views/layouts/phcpresspro/frontend.html.erb
phcscriptcdnpro-4.6.6 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcpresspro-6.6.8 app/views/layouts/phcpresspro/frontend.html.erb
phcscriptcdnpro-4.6.5 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcpresspro-6.6.7 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-6.6.6 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-6.6.5 app/views/layouts/phcpresspro/frontend.html.erb
phcscriptcdnpro-4.6.4 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcpresspro-6.6.4 app/views/layouts/phcpresspro/frontend.html.erb
phcscriptcdnpro-4.6.3 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.6.2 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.6.1 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.6.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.5.10 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.5.9 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.5.8 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.5.7 app/views/layouts/phcscriptcdnpro/frontend.html.erb