View file themes/default/apps/notifications/includes/no_notifs.phtml

File size: 1.06Kb
<div class="timeline-placeholder">
	<div class="icon">
		<div class="icon__bg">
			<?php if ($cl["page_tab"] == 'notifs'): ?>
				<?php echo cl_icon('notifications'); ?>
			<?php else: ?>
				<?php echo cl_icon('alternate_email'); ?>
			<?php endif; ?>
		</div>
	</div>
	<div class="pl-message">
		<?php if ($cl["page_tab"] == 'notifs'): ?>
			<h4>
				<?php echo cl_translate("No notifications yet!"); ?>
			</h4>
			<p>
				<?php echo cl_translate("There seems to be you have no notifications yet. All notifications about replies to your posts, likes, etc., will be displayed here."); ?>
			</p>
		<?php else: ?>
			<h4>
				<?php echo cl_translate("No mentions yet!"); ?>
			</h4>
			<p>
				<?php echo cl_translate("There seems to be no mention of you. All links to you in user publications will be displayed here."); ?>
			</p>
		<?php endif; ?>
	</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 the homepage"); ?>
			</button>
		</a>
	</div>
</div>