Sunday 05 September 2004 3:08:15 am
Hi! I have a blog and I added intro
attribute to the log
class, but some of blog entries can be very short and I can leave the log
attribute empty, if it's not empty user will see More... link, it's it's empty he won't see More. I have this piece of code in the template:
{section-show=$node.object.data_map.log}
<a href={concat( "content/view/full/", $node.node_id )|ezurl}>More...</a>
{/section}
But I don't see More... </code>
|