Skip to content

Commit

Permalink
Update GC brands (#1937)
Browse files Browse the repository at this point in the history
* Update GC brands

* Missed account

* Added french name
  • Loading branch information
ethanWallace authored Nov 16, 2018
1 parent a4727f1 commit 44e2894
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mod/gccollab_theme/views/default/page/elements/site-brand.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php
/**
* WET 4 Site Branding
*
Expand All @@ -11,11 +11,11 @@
//check lang of current user and change Canada graphic based on language
if( _elgg_services()->session->get('language') == 'fr'){
$graphic_lang = 'fr';
$account_text = 'Compte';
$account_text = 'GCcompte';
$pilot = 'Pilote';
} else {
$graphic_lang = 'en';
$account_text = 'Account';
$account_text = 'GCaccount';
$pilot = 'Pilot';
}

Expand All @@ -36,17 +36,17 @@
<ul id="" class="pull-left list-unstyled mrgn-bttm-0" style="font-weight:bold;">
<li class="pull-left tool-link">
<a href="https://account.gccollab.ca" style="color:#6b5088;">
<img style="width:25px; display:inline-block; margin-right:3px;" src="<?php echo $site_url ?>/mod/gccollab_theme/graphics/mini_wiki_icon.png" alt="GCcollab"></span><?php echo $account_text; ?>
<img style="width:25px; display:inline-block; margin-right:3px;" src="<?php echo $site_url ?>/mod/gccollab_theme/graphics/mini_wiki_icon.png" alt=""></span><?php echo $account_text; ?>
</a>
</li>
<li class="pull-left tool-link">
<a href="https://wiki.gccollab.ca" style="color:#6b5088;">
<img style="width:25px; display:inline-block; margin-right:3px;" src="<?php echo $site_url ?>/mod/gccollab_theme/graphics/mini_wiki_icon.png" alt="GCcollab"></span>Wiki
<img style="width:25px; display:inline-block; margin-right:3px;" src="<?php echo $site_url ?>/mod/gccollab_theme/graphics/mini_wiki_icon.png" alt=""></span>GCwiki
</a>
</li>
<li class="pull-left tool-link">
<a href="https://message.gccollab.ca" style="color:#6b5088;">
<img style="width:25px; display:inline-block; margin-right:3px;" src="<?php echo $site_url ?>/mod/gccollab_theme/graphics/message_icon_pilot.png" alt="GCcollab"></span>Message (<?php echo $pilot; ?>)
<img style="width:25px; display:inline-block; margin-right:3px;" src="<?php echo $site_url ?>/mod/gccollab_theme/graphics/message_icon_pilot.png" alt=""></span>GCmessage (<?php echo $pilot; ?>)
</a>
</li>
</ul>
Expand Down

0 comments on commit 44e2894

Please sign in to comment.