webmaster74
01-12-2011, 11:41 PM
Hi. I know how to include a php file in a template in the forum.....
In which template should I include a php file to see it right after the <body> tag in CMS
I have copied a perfectly working plug-in I am using as header of my forums. (included php file)
I named it includedCMSHeader
attached it to global_start
went to the vbcms_page template
added that after the body tag, as you see here
{vb:raw headinclude_bottom}
</head>
<body style="text-align:{vb:stylevar left}">
{vb:raw includedCMSheader}
{vb:raw header}
{vb:raw navbar}
{vb:raw toolbar}
<div class="vbcms_content">
{vb:raw layout}
</div>
{vb:raw footer}
</body>
</html>
this did not work........
any advice ? I don't need to be walked through step by step....... just point me in the right direction
In which template should I include a php file to see it right after the <body> tag in CMS
I have copied a perfectly working plug-in I am using as header of my forums. (included php file)
I named it includedCMSHeader
attached it to global_start
went to the vbcms_page template
added that after the body tag, as you see here
{vb:raw headinclude_bottom}
</head>
<body style="text-align:{vb:stylevar left}">
{vb:raw includedCMSheader}
{vb:raw header}
{vb:raw navbar}
{vb:raw toolbar}
<div class="vbcms_content">
{vb:raw layout}
</div>
{vb:raw footer}
</body>
</html>
this did not work........
any advice ? I don't need to be walked through step by step....... just point me in the right direction