make the example for contributed extension neater
git-svn-id: file:///home/shish/svn/shimmie2/trunk@64 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
21635236f8
commit
c73f270f82
1 changed files with 4 additions and 0 deletions
|
@ -2,8 +2,12 @@
|
|||
/**
|
||||
* Name: Site Description
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Sets the "description" meta-info in the page header, for
|
||||
* eg search engines to read
|
||||
*
|
||||
* This is currently the only example of a user-contributed extension~
|
||||
*/
|
||||
class SiteDescription extends Extension {
|
||||
public function receive_event($event) {
|
||||
|
|
Reference in a new issue