<?php
require_once 'include_modules.php'; // be sure to properly set_include_path()
include_modules('plug_in_Shapes', array("Rainbow~IrregularPolygons.php")); // “include†all the PHP files in the folder “plug_in_Shapes†and it’s subfolders.
?>
|