Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ---------- form info -------- */
- 'forms' => array(
- 'introduction' => array(
- 'path' => "forms/review-introduction.inc",
- 'form id' => 'autocar_form_review_introduction',
- ),
- ),
- /* plugin processor */
- foreach ($forms as $step => $info) {
- $info['include'] = $plugin['path'] . '/' . $info['path'];
- unset($info['path']);
- }
Add Comment
Please, Sign In to add comment