Pastoid

about_option.plugin.php

The page you are looking at now is at this URL: http://pastoid.com/b2c

This paste was last updated on June 21, 2010 at 9:42 am.

Pasted Coderaw

<?php
 
class AboutOption extends Plugin
{
    public function info()
    {
        return array(
            'name' => 'About Option',
            'version' => '1.0',
            'url' => 'http://habariproject.org/',
            'author' => 'The Habari Community',
            'authorurl' => 'http://habariproject.org/',
            'license' => 'HJTI',
            'description' => 'Whoops, we got rid of the "about" option.',
 
            );
    }
 
    public function configure()
    {
            $form = new FormUI( 'about_option' );
            $form->append( 'text', 'about', 'about', _t('About:') );
            $form->append( 'submit', 'save', _t( 'Save' ) );
 
            return $form;
    }
}
?>

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 34
Is this paste spam?
<Hide