From: Manoj K Date: Mon, 15 Sep 2014 05:53:22 +0000 (+0530) Subject: #29521 - Removed dashboard page. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=399ef6cf5ccd1e635f2feee0e692bdf61c36b1f3;p=com.zyxware.civiwci.git #29521 - Removed dashboard page. --- 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}