Skip to content

Instantly share code, notes, and snippets.

@setuix
Created May 5, 2014 02:24
Show Gist options
  • Save setuix/ef2e110d5678a12642fc to your computer and use it in GitHub Desktop.
Save setuix/ef2e110d5678a12642fc to your computer and use it in GitHub Desktop.
class="?php
/* Only use the authcomment class from style.css if the user_id is 1 (admin) */
if (1 == $comment-user_id)
$oddcomment = "authcomment";
echo $oddcomment; " id="comment"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment