Skip to content

Instantly share code, notes, and snippets.

@ginsterbusch
Last active December 22, 2015 13:49
Show Gist options
  • Save ginsterbusch/6481819 to your computer and use it in GitHub Desktop.
Save ginsterbusch/6481819 to your computer and use it in GitHub Desktop.
Nasty piece I fouund in an officially "customized" part of a WordPress theme - just when I thought I've seen it all .. m(
<?php
if($parentCatName=='Kunden'):{
?>
<p class="agency" style="color: #00ffff;">
<?php echo "AGENCY";?>
</p>
<?php
}
else:{
?>
<p class="blog-small">
<?php echo "BLOG";?>
</p>
<?php
}
endif;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment