Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f0e104e authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'main' into 'dev/ecloud-23-0-8'

# Conflicts:
#   Dockerfile
parents a857428c b984f767
Loading
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
--- ./core/templates/layout.guest-new.php	2022-06-09 13:47:41.255340395 +0530
+++ ./core/templates/layout.guest.php	2022-06-16 17:34:38.429775039 +0530
--- ./core/templates/layout.guest.php	2022-09-12 14:16:28.724884600 +0530
+++ ./core/templates/layout.guest-new.php	2022-09-12 14:03:12.924884600 +0530
@@ -20,6 +20,7 @@
 		<link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path('', 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>">
 		<link rel="manifest" href="<?php print_unescaped(image_path('', 'manifest.json')); ?>">
@@ -55,8 +55,8 @@
 					<?php print_unescaped($_['content']); ?>
+					<?php if (array_key_exists("alt_login",$_)) { ?>
+					<div class="have-an-account">
+						<div><?php p($l->t('Don\'t have an account yet?')); ?></div>
+						<div><a href="/signup"><?php p($l->t('Create an account')); ?></a></div>
+						<div class="createaccdesk"><?php p($l->t('Don\'t have an account yet?')); ?> <a href="/signup"><?php p($l->t('Create an account')); ?></a></div>
+						<div class="createaccmob"><p><?php p($l->t('Don\'t have an account yet?')); ?></p> <p> <a href="/signup"><?php p($l->t('Create an account')); ?></a></p></div>
+					</div>
+					<?php } ?>
 				</main>
@@ -80,4 +80,3 @@
+
 	</body>
 </html>
\ No newline at end of file