Skip to content

Instantly share code, notes, and snippets.

@konnoyosuke
Created October 6, 2011 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konnoyosuke/1266734 to your computer and use it in GitHub Desktop.
Save konnoyosuke/1266734 to your computer and use it in GitHub Desktop.
$config['tags'] = array(
'input' => '<div class="input"><input name="%s" %s/></div>',
'label' => '<div class="info"><label for="%s"%s>%s</label></div>',
'radio' => '<div class="input radio"><input type="radio" name="%s" id="%s" %s />%s</div>',
'button' => '<div class="input submit"><button type="%s"%s>%s</button></div>',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment