Can i have some feedback on this change to the TemplatePlugin http://ur1.ca/a8oa
It allows creating new Templates using a small snippet of php
e.g.
<?php
require('plugins/TemplatePlugin.php');
class Br3ndaTemplatePlugin extends TemplatePlugin {
function templateFolder() {
return 'local/Br3ndaTemplate';
}
}
should i push to mainline?
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev
