Pastoid

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.

Pasted Coderaw

<?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;
    }
 
 
}
 
?>
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
www.bing.com 11
Is this paste spam?
<Hide