Revision [17006]

This is an old revision of Signature made by DarTar on 2007-05-31 23:27:40.

 

This is a small script to enable editors to easily add their name and a datetime stamp.
This is particulaly useful for colaborative edits.

Simply create a file called Signature.php in the actions folder containing the following code:
<?php
    echo "-- " . $this->Format($this->GetUserName()) . " " . date("H:i, j M Y (T)");
?>



You should format the date/time to suite your own preference.


CategoryUserContributions
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki