Guest User

Untitled

a guest
Feb 13th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1. if(function_exists(qtrans_getLanguage)){
  2.     $accion_actual = "/" . qtrans_getLanguage();
  3.     $form_string .= apply_filters("gform_form_tag_{$form_id}", apply_filters("gform_form_tag", "<form method='post' enctype='multipart/form-data' {$target} id='gform_{$form_id}' {$form_css_class} action='" . $accion_actual . "{$action}'>", $form), $form);
  4. }
  5. else
  6.     $form_string .= apply_filters("gform_form_tag_{$form_id}", apply_filters("gform_form_tag", "<form method='post' enctype='multipart/form-data' {$target} id='gform_{$form_id}' {$form_css_class} action='{$action}'>", $form), $form);
Advertisement
Add Comment
Please, Sign In to add comment