PDA

View Full Version : Showing a template


MrBeanzy
02-11-2011, 02:21 PM
Hi,

I have this code on one of my plugins...



<vb:if condition="$market_storeitem_active">
<div class="blockhead">{vb:rawphrase market_store}</div>
<ol class="blockbody settings_form_border">
<li>
{vb:raw market_sidebar_store}
</li>
</ol>
<br />
</vb:if>




This shows a list of items. I want to add this to another plugin, i'm fine with referencing the phrases, but not so sure on the {vb:rawphrase market_store} part.

Any pointers?

Thanks