1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Issue #2726, Issue #4452 - Added new e_print.php addon which uses v2.x standards.

This commit is contained in:
Cameron
2021-03-17 11:22:25 -07:00
parent 3400c34d59
commit 07faad666a
4 changed files with 62 additions and 23 deletions

View File

@@ -0,0 +1,15 @@
<?php
class forum_print // plugin-folder + '_print'
{
public function render($parm)
{
// var_dump($parm);
return "TODO!";
}
}