justinscheetz on 02/03/09
Last Edited at 02/03/09 10:53am
<?php if (strlen(trim(category_description())) > 0 && trim(category_description()) != "<br />") { echo "<div id='catdesc'>"; echo category_description(); echo "</div>";}?>
Report this snippet Tweet
Comment:
You need to login to post a comment.