Skip to content

Commit

Permalink
Revert "Header changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
themerekat authored Apr 17, 2023
1 parent cfa1c81 commit aae9cf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 0 additions & 2 deletions content/lang/header.en.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
*/

$LANG['H_HOME'] = 'Home';
$LANG['H_TITLE'] = 'Guatemala Biodiversity Portal';
$LANG['H_SUBTITLE']= 'Specimen data from Guatemala’s collections';

$LANG['H_SEARCH'] = 'Search';
$LANG['H_COLLECTIONS'] = 'Collections';
Expand Down
6 changes: 2 additions & 4 deletions content/lang/header.es.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/*
------------------
Language: Español (Spanish)
Language: Español (Spanish)
------------------
*/

$LANG['H_HOME'] = 'Inicio';
$LANG['H_TITLE'] = 'Portal de Biodiversidad de Guatemala';
$LANG['H_SUBTITLE'] = 'Digitalización y Manejo de Colecciones Biológicas';

$LANG['H_SEARCH'] = 'B&uacute;squeda';
$LANG['H_COLLECTIONS'] = 'Colecciones';
Expand All @@ -26,7 +24,7 @@
$LANG['H_PROJECT_4'] = 'Proyecto 4';

$LANG['H_MORE_INFO'] = 'M&aacute;s Informaci&oacute;n';
$LANG['H_ABOUT_PROJECT'] = 'Información sobre el Proyecto';
$LANG['H_ABOUT_PROJECT'] = 'Información sobre el Proyecto';
$LANG['H_PARTNERS'] = 'Socios';
$LANG['H_CONTACTS'] = 'Contactos';
$LANG['H_HELP'] = 'Ayuda de Symbiota';
Expand Down
5 changes: 1 addition & 4 deletions includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/GuatemalaHeader2.jpg" style="height:150px;" />
</div>
<div style="margin-left: 50px; color: #fff; font-family: 'Mate', serif; letter-spacing: 1px; ">
<div style="font-size:45px; line-height:48px; padding-top: 20px"><?php echo $LANG['TITLE']; ?></div>
</div>
<div style="margin-left: 50px; color: #e6e6e6; font-family: 'Mate', serif; letter-spacing: 1px; ">
<div style="font-size:35px; line-height:48px"><?php echo $LANG['SUBTITLE']; ?></div>
<div style="font-size:45px; line-height:48px; padding-top: 20px">Portal de Biodiversidad<br/>de Guatemala</div>
</div>
</div>
<div id="top_navbar">
Expand Down

0 comments on commit aae9cf8

Please sign in to comment.