Skip to content
Snippets Groups Projects
Unverified Commit 06818f18 authored by Joost Fock's avatar Joost Fock Committed by GitHub
Browse files

fix formatting

added spaces so the last code block gets recognised as code
parent b608a929
Branches
No related tags found
No related merge requests found
......@@ -55,13 +55,13 @@ Summary Page.
**Add an item to the third column of action list**
function mymodulename_civicrm_summaryActions(&$actions, $contactID)
{
$actions['otherActions']['casework'] = array(
'title' => 'Record casework',
'weight' => 999,
'ref' => 'record-casework',
'key' => 'casework',
'href' => '/casework/recording_form
);
}
function mymodulename_civicrm_summaryActions(&$actions, $contactID)
{
$actions['otherActions']['casework'] = array(
'title' => 'Record casework',
'weight' => 999,
'ref' => 'record-casework',
'key' => 'casework',
'href' => '/casework/recording_form
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment