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

Commit 68aa1d8a authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

new design fixes

parent 8faa1790
Loading
Loading
Loading
Loading
Loading
+9 −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-09 16:29:13.663723400 +0530
+++ ./core/templates/layout.guest-new.php	2022-09-09 19:43:07.413723400 +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>
@@ -79,5 +79,6 @@
-		</footer>
+
 	</body>
 </html>
-</html>
\ No newline at end of file
+</html>