Skip to content

Instantly share code, notes, and snippets.

@swthate
Last active August 29, 2015 14:00
Show Gist options
  • Save swthate/11228157 to your computer and use it in GitHub Desktop.
Save swthate/11228157 to your computer and use it in GitHub Desktop.
Add CSS class to link
<?php
echo $this->Html->link(
'Add New Job',
'/jobs/add',
array(
'class' => 'button')
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment