Quote:
Originally Posted by K4GAP
What template does this refer too?
Code:
"- Open up test.php and add the following (replace TEST with whatever template you want to show - WARNING: the template name is CASE SENSITIVE!!!):"
|
If you have not created a template, create a new template name it "TEST". Make the template simple just to get it working.
Code:
<!-- template: TEST -->
<div>
<div>My first template!<div><br />
My variable: {vb:raw myfirstvar}
</div>
The name of this template is case sensitive and must match the name you inserted in the PHP code. In this case "TEST".