I am trying to insert a fancy box and some smart content into a html.php file. Following the example in the plugin I have this below
Code: |
beginning php code .....
</td></tr>
</table>
{arijfancybox width="350" height="200" title="Services"}
{arijfbicontent}
Click here to add Services
{/arijfbicontent}
{arijfbocontent}
<table id='serviceTable' class='adminlist' width='100%' cellpadding="0" cellspacing="0">
<thead>
<tr>
lots more php code
</table>
{/arijfbocontent}
{/arijfancybox}
|
It is not working. All I am getting is the code itself showing up on the page and not the fancybox
I have the plugins installed... did I miss something?
Cheers
Luisa