Skip to content

Commit

Permalink
Changing the about view
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed May 23, 2012
1 parent 54d60f4 commit 16e429b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

COM_EXTERNALLOGIN="External login"
COM_EXTERNALLOGIN_DESCRIPTION="External Login Manager"
COM_EXTERNALLOGIN_ABOUT="External login manager was achieved with financial support from the <href a="_QQ_"$s"_QQ_">University of Montpellier 2 (France)$s"
COM_EXTERNALLOGIN_ABOUT="<h1 align="_QQ_"center"_QQ_">External login manager was achieved with financial support from the<br /><a href="_QQ_"%s"_QQ_">%s<div>University of Montpellier 2 (France)</div></a></h1>"
COM_EXTERNALLOGIN_BUTTON_CANCEL="Cancel"
COM_EXTERNALLOGIN_BUTTON_UPLOAD="Upload"
COM_EXTERNALLOGIN_ERROR_CANNOT_DOWNLOAD="Cannot download"
Expand Down
8 changes: 6 additions & 2 deletions src/com_externallogin/admin/views/about/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@

// No direct access to this file
defined('_JEXEC') or die;
echo JHtml::_('image', 'com_externallogin/administrator/logo_um2.png', 'logo_um2');
echo JText::sprintf('COM_EXTERNALLOGIN_ABOUT', 'http://http://www.univ-montp2.fr', JHtml::_('image', 'com_externallogin/administrator/logo_um2.png', 'logo_um2'));

echo JText::sprintf(
'COM_EXTERNALLOGIN_ABOUT',
'http://www.univ-montp2.fr',
JHtml::_('image', 'com_externallogin/administrator/logo_um2.png', 'logo_um2', null, true)
);

0 comments on commit 16e429b

Please sign in to comment.