View file themes/default/apps/err404/content.phtml

File size: 1.41Kb
<div class="timeline-container" data-app="err404">
	<div class="timeline-header" data-el="tl-header">
		<div class="timeline-header__topline">
			<div data-el="timeline-bs-notifs" class="timeline-bs-notifs"></div>
		</div>
		<div class="timeline-header__botline">
			<div class="lp">
				<div class="nav-link-holder">
					<a href="<?php echo cl_link("404"); ?>" data-spa="true">
						<?php echo cl_translate('Error 404'); ?>
					</a>
				</div>
			</div>
			<div class="cp">
				<a href="<?php echo cl_link('/'); ?>">
					<img src="{%config site_logo%}" alt="Logo">
				</a>
			</div>
		</div>
	</div>
	<div class="timeline-placeholder">
		<div class="icon">
			<div class="icon__bg icon__bg_warning">
				<?php echo cl_icon('web_asset_off'); ?>
			</div>
		</div>
		<div class="pl-message">
			<h4>
				<?php echo cl_translate('Page not found!'); ?>
			</h4>
			<p>
				<?php echo cl_translate("Sorry, we cannot find the page you are looking for.<br>You can either return to the previous page, or return to the homepage or visit our {@link@} page if you have questions about this error.", array(
					'link' => cl_html_el('a', 'F.Q.A', array('href' => cl_link('faqs')))
				)); ?>
			</p>
		</div>
		<div class="c2action-single">
			<a href="<?php echo cl_link('/'); ?>" data-spa="true">
				<button class="btn btn-custom main-outline lg">
					<?php echo cl_translate("Go to your feed"); ?>
				</button>
			</a>
		</div>
	</div>
</div>