Skip to content

Instantly share code, notes, and snippets.

@taleeb35
Created December 8, 2014 05:04
Show Gist options
  • Save taleeb35/1b6e6cf3a48f3bb5cff1 to your computer and use it in GitHub Desktop.
Save taleeb35/1b6e6cf3a48f3bb5cff1 to your computer and use it in GitHub Desktop.
<td <?php if ($current_date > $dateTarget) { echo "style='background-color:red;'"; } ?>>
<?php echo $this->Html->link($issue['Issue']['name'], array('controller' => 'issues', 'action' => 'select', $issue['Issue']['id'])); ?>&nbsp;</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment