EclipseGc

Wizard Plugin #1

Feb 5th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.15 KB | None | 0 0
  1.     'forms' => array(
  2.       'introduction' => array(
  3.         'include' => "$form_path/review-introduction.inc",
  4.         'form id' => 'autocar_form_review_introduction',
  5.       ),
  6.       'design' => array(
  7.         'include' => "$form_path/review-design.inc",
  8.         'form id' => 'autocar_form_review_design',
  9.       ),
  10.       'interior' => array(
  11.         'include' => "$form_path/review-interior.inc",
  12.         'form id' => 'autocar_form_review_interior',
  13.       ),
  14.       'performance' => array(
  15.         'include' => "$form_path/review-performance.inc",
  16.         'form id' => 'autocar_form_review_performance',
  17.       ),
  18.       'rh' => array(
  19.         'include' => "$form_path/review-rh.inc",
  20.         'form id' => 'autocar_form_review_rh',
  21.       ),
  22.       'mpg' => array(
  23.         'include' => "$form_path/review-mpg.inc",
  24.         'form id' => 'autocar_form_review_mpg',
  25.       ),
  26.       'verdict' => array(
  27.         'include' => "$form_path/review-verdict.inc",
  28.         'form id' => 'autocar_form_review_verdict',
  29.       ),
  30.       'specs' => array(
  31.         'include' => "$form_path/review-specs.inc",
  32.         'form id' => 'autocar_form_review_specs',
  33.       ),
Advertisement
Add Comment
Please, Sign In to add comment