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

Commit 53acb9d3 authored by Ronak Patel's avatar Ronak Patel
Browse files

added single quote

parent 30829564
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
--- /home/ronak/Desktop/ecloud-local/ecloud_dev_example/volumes/nextcloud/html/core/templates/layout.guest-new.php	2022-06-09 13:47:41.255340395 +0530
+++ /home/ronak/Desktop/ecloud-local/ecloud_dev_example/volumes/nextcloud/html/core/templates/layout.guest.php	2022-06-14 17:55:44.524585088 +0530
--- ./core/templates/layout.guest-new.php	2022-06-09 13:47:41.255340395 +0530
+++ ./core/templates/layout.guest.php	2022-06-14 18:42:40.637220247 +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,7 +55,7 @@
 					<?php print_unescaped($_['content']); ?>
+					<?php if (array_key_exists("alt_login",$_)) { ?>
+					<div class="have-an-account">
+						<div><?php p($l->t('Dont have an account yet?')); ?></div>
+						<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>
+					<?php } ?>