All pastes #731615 Raw Edit

Miscellany

public text v1 · immutable
#731615 ·published 2007-10-10 06:19 UTC
rendered paste body
<?php if (class_exists(’SimpleTagging’)) {
echo ‘Etiketler: ‘;
STP_PostTags();
} ?>

ve :
div id=”content” class=”narrowcolumn”>
<h3>Etiket Bulutu</h3>
<?php if (class_exists(’SimpleTagging’)) : ?>
<ul id =”tagcloud”>
<?php STP_Tagcloud(); ?>

<?php endif; ?>