Skip to content
Snippets Groups Projects
Unverified Commit 04e539b3 authored by Bye's avatar Bye Committed by GitHub
Browse files

Merge pull request #2 from byecorps/byemc-patch-1

parents 75ae8e91 5ddb85b2
Branches
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ login: ...@@ -111,7 +111,7 @@ login:
<div id="connection_img"> <div id="connection_img">
<img src="<?= get_avatar_url($_SESSION['id']) ?>" alt="<?= htmlspecialchars($user['display_name']) ?>'s avatar" /> <img src="<?= get_avatar_url($_SESSION['id']) ?>" alt="<?= htmlspecialchars($user['display_name']) ?>'s avatar" />
<span class="sep">×</span> <span class="sep">×</span>
<img src="<?= $app['icon'] ?>" alt="<?= htmlspecialchars($user['title']) ?>'s avatar" /> <img src="<?= $app['icon'] ?>" alt="<?= htmlspecialchars($app['title']) ?>" />
</div> </div>
<h1>Sign into <?= htmlspecialchars($app['title']) ?></h1> <h1>Sign into <?= htmlspecialchars($app['title']) ?></h1>
<p class="subtitle">Owned by <strong><?= htmlspecialchars( get_display_name($app['owner_id'], put_bcid_in_parenthesis: true) ) ?></strong></p> <p class="subtitle">Owned by <strong><?= htmlspecialchars( get_display_name($app['owner_id'], put_bcid_in_parenthesis: true) ) ?></strong></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment