From 399ef6cf5ccd1e635f2feee0e692bdf61c36b1f3 Mon Sep 17 00:00:00 2001 From: Manoj K Date: Mon, 15 Sep 2014 11:23:22 +0530 Subject: [PATCH] #29521 - Removed dashboard page. --- CRM/Wci/Page/WCIDashboard.php | 15 --------------- templates/CRM/Wci/Page/WCIDashboard.tpl | 7 ------- 2 files changed, 22 deletions(-) delete mode 100644 CRM/Wci/Page/WCIDashboard.php delete mode 100644 templates/CRM/Wci/Page/WCIDashboard.tpl diff --git a/CRM/Wci/Page/WCIDashboard.php b/CRM/Wci/Page/WCIDashboard.php deleted file mode 100644 index 2aab981..0000000 --- a/CRM/Wci/Page/WCIDashboard.php +++ /dev/null @@ -1,15 +0,0 @@ -assign('currentTime', date('Y-m-d H:i:s')); - - parent::run(); - } -} diff --git a/templates/CRM/Wci/Page/WCIDashboard.tpl b/templates/CRM/Wci/Page/WCIDashboard.tpl deleted file mode 100644 index d1ab2d0..0000000 --- a/templates/CRM/Wci/Page/WCIDashboard.tpl +++ /dev/null @@ -1,7 +0,0 @@ -

This new page is generated by CRM/Wci/Page/WCIDashboard.php

- -{* Example: Display a variable directly *} -

The current time is {$currentTime}

- -{* Example: Display a translated string -- which happens to include a variable *} -

{ts 1=$currentTime}(In your native language) The current time is %1.{/ts}

-- 2.25.1