The page you are looking at now is at this URL: http://pastoid.com/anp
This paste was last updated on February 13, 2009 at 6:35 pm.
<?php class PiwikDashPlugin extends Plugin { /** * function info * Returns information about this plugin * @return array Plugin info array **/ public function info() { return array ( 'name' => 'PiwikDash Extensions', 'url' => '', 'author' => '', 'authorurl' => '', 'version' => '0.1', 'description' => '', 'license' => 'Apache License 2.0', ); } public function filter_dash_modules( $modules ) { array_push( $modules, 'PiwikDash' ); return $modules; } public function filter_dash_module_piwikdash( $module, $module_id, $theme ) { $module['title']= 'Piwik Statistics Overview'; $module['content']= ''; Stack::add('admin_stylesheet', array(Site::get_url('user') . '/plugins/piwikdash/css/piwikdash.css', 'screen'), 'piwikdash'); return $module; } } ?>
| Referring Domain | Hits |
|---|---|
| Unknown Referer | 127 |
| www.bing.com | 11 |
Tip: Use Pastoid to shorten URLs with this bookmarklet: Pastoid This