Basically I was putting something into the postbit_legacy and I want to have it like
Code:
<if condition="$post['field24']">
<a href="$post[field24]"><img src="images/facebook.png"></a>
<a href="http://www.twitter.com/$post[field26]"><img src="images/twitter.png"></a>
<a href="http://youtube.com/user/$post[field25]"><img src="images/youtube.png"></a>
</if>
But I wanted all of the
Quote:
$post['field24'] $post['field25'] $post['field26']
|
What would I put?
I've seen it somewhere I just couldn't find it when I need it >.<