Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv28581/phpwiki/lib/plugin
Modified Files:
HelloWorld.php
Log Message:
Moved description from html template into plugins.
Index: HelloWorld.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/HelloWorld.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** HelloWorld.php 2001/09/19 03:24:36 1.2
--- HelloWorld.php 2001/12/15 10:54:49 1.3
***************
*** 7,10 ****
--- 7,13 ----
extends WikiPlugin
{
+ var $name = "HelloWorld";
+ var $description = "PhpWiki";
+
function getDefaultArguments() {
return array('salutation' => 'Hello,',
|