Hey guys, I'm trying to make a plugin which inputs something into the header_welcomeblock_member, but I don't know how to go about this.
Can someone help me? So far I've only got the plugin information.
Here's what I have so far:
Can someone help me? So far I've only got the plugin information.
Here's what I have so far:
<?php
function name_info()
{
return array(
'name' => 'name',
'description' => 'description',
'website' => 'http://xblforums.net/',
'author' => 'Deliver',
'authorsite' => 'http://xblforums.net/',
'version' => '1.0',
'guid' => '',
'compatibility' => '16*',
);
}
?>