Minor - Replace "Platform" string

1.10.x
Julio Montoya 11 years ago
parent 71a56be6a1
commit 7a17480fa2
  1. 2
      main/inc/global_error_message.inc.php
  2. 2
      main/install/index.php

@ -9,7 +9,7 @@
*/
$Organisation = '<a href="http://www.chamilo.org" target="_blank">Chamilo Homepage</a>';
$PoweredBy = 'Platform <a href="http://www.chamilo.org" target="_blank"> Chamilo </a> &copy; '.date('Y');
$PoweredBy = 'Powered by <a href="http://www.chamilo.org" target="_blank"> Chamilo </a> &copy; '.date('Y');
/**
* English language variables.

@ -745,7 +745,7 @@ if (@$_POST['step2']) {
display_language_selection();
}
$poweredBy = 'Platform <a href="http://www.chamilo.org" target="_blank"> Chamilo </a> &copy; '.date('Y');
$poweredBy = 'Powered by <a href="http://www.chamilo.org" target="_blank"> Chamilo </a> &copy; '.date('Y');
?>
</form>
</div> <!-- col-md-9-->

Loading…
Cancel
Save