articleLink

<tmpl_if linkUrl>
    <tmpl_if linkTitle>
        <div class="articlelink">
            <p><a href="<tmpl_var linkUrl>"><tmpl_var linkTitle></a></p>
        </div>
        <!--/articlelink-->
    </tmpl_if>
</tmpl_if>

.articleLink for styling the link in an article.

Keywords: article

0andy-sdh: "Should the reference to the class be in camel case above? Currently reads "articlelink".
"
Search | Most Popular | Recent Changes | Wiki Home