Skip to content

Instantly share code, notes, and snippets.

@bangpound
Created May 23, 2012 22:16
Show Gist options
  • Save bangpound/2778178 to your computer and use it in GitHub Desktop.
Save bangpound/2778178 to your computer and use it in GitHub Desktop.
<?php
function panels_form_alter(&$form, $form_state, $form_id){
if ($form_id == 'soy_poderosa_photo_node_form' && arg(0) == 'node' && arg(1) > 0 ){
$form['buttons']['submit']['#value'] = t("Submit your photo");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment