Skip to content

Commit

Permalink
Merge pull request civicrm#4 from kurund/CRM-12096
Browse files Browse the repository at this point in the history
worked on CRM-12096, set component title, that fixes notice in j3
  • Loading branch information
kurund committed Apr 15, 2013
2 parents e95cc75 + 0bb5a28 commit 75473c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/admin.civicrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ function plugin_init() {
JPluginHelper::importPlugin('civicrm');
$app = JFactory::getApplication();
$app->triggerEvent('onCiviLoad');

// set page title
JToolBarHelper::title('CiviCRM');
}

function civicrm_invoke() {
Expand Down

0 comments on commit 75473c8

Please sign in to comment.