diff --git a/infinitas/blog/views/posts/admin_dashboard.ctp b/infinitas/blog/views/posts/admin_dashboard.ctp index 09542b820..fd3ed43bb 100644 --- a/infinitas/blog/views/posts/admin_dashboard.ctp +++ b/infinitas/blog/views/posts/admin_dashboard.ctp @@ -1,59 +1,64 @@
-

-
- Chart->debug = 1; - echo $this->Chart->display( - 'pie3d', - array( - 'data' => array( $dashboardPostCount['active'], $dashboardPostCount['pending'] ), - 'labels' => array( __( 'Active', true ), __( 'Pending', true ) ), - 'size' => array( 250, 100 ), - 'title' => array( - 'text' => __( 'Active vs Pending', true ) - ) - ) - ); - ?> -
-
-

- ', - $this->Time->niceShort( $feed[0]['created'] ), ' ', - $this->Html->link( - $feed[0]['title'], - array( - 'plugin' => $feed[0]['plugin'], - 'controller' => $feed[0]['controller'], - 'action' => $feed[0]['action'], - $feed[0]['id'] - ) - ), - $feed[0]['intro'], - '
'; - } - ?> -
+

+
+ Chart->debug = 1; + echo $this->Chart->display( + 'pie3d', + array( + 'data' => array($dashboardPostCount['active'], $dashboardPostCount['pending']), + 'labels' => array(__('Active', true), __('Pending', true)), + 'size' => array(250, 100), + 'title' => array( + 'text' => __('Active vs Pending', true) + ) + ) + ); + ?> +
+
+

+ +