pLog Plugin - pLog Static Rotator v0.1 This plugin was designed to bring a CMS like feel to the front page of the pLog site allow dynamic rotation of content. This plugin was simply made to allow template designers a simple interface administered by the pLog Administration interface to display rotating text/html. template code follows... -- {assign var=content value=$plogstaticrotator->getContent(1)} {if !$content} {else}
{$content->getTitle()}
{$content->getContent()}
{/if} --