mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 21:38:05 +02:00
work on visualisation
This commit is contained in:
parent
6cf63f5b42
commit
92db3be27e
8 changed files with 370 additions and 26 deletions
15
CRM/Contactcats/Page/Flows.php
Normal file
15
CRM/Contactcats/Page/Flows.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
use CRM_Contactcats_ExtensionUtil as E;
|
||||
|
||||
class CRM_Contactcats_Page_Flows extends CRM_Core_Page {
|
||||
|
||||
public function run() {
|
||||
// Example: Set the page-title dynamically; alternatively, declare a static title in xml/Menu/*.xml
|
||||
// CRM_Utils_System::setTitle(E::ts('Contact Category Flows'));
|
||||
// Example: Assign a variable for use in a template
|
||||
// $this->assign('currentTime', date('Y-m-d H:i:s'));
|
||||
Civi::service('angularjs.loader')->addModules('crmContactcats');
|
||||
parent::run();
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue