Skip to content

Commit

Permalink
fix conflicts 3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed May 8, 2016
1 parent e9e3985 commit 0e63476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/modules/mod_status/tmpl/default.php
Expand Up @@ -21,7 +21,7 @@
$frontEndUri->setScheme(((int) JFactory::getApplication()->get('force_ssl', 0) === 2) ? 'https' : 'http');

$output[] = '<div class="btn-group viewsite">'
. '<a href="' . $frontEndUri->toString() . '" target="_blank">'
. '<a href="' . JUri::root() . '" target="_blank">'
. '<span class="icon-out-2"></span>' . JText::_('JGLOBAL_VIEW_SITE')
. '</a>'
. '</div>'
Expand Down

0 comments on commit 0e63476

Please sign in to comment.