Hello I want to create 2 template via plugin can someone post how to make this please.
for exaple :
1.Template 1
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - Template 1!</title>
$headinclude
</head>
$header
$navbar
<!-- Your HTML code here-->
<!-- /Your HTML code here-->
$footer
</body>
</html>
2.Template 2
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - Template 2!</title>
$headinclude
</head>
$header
$navbar
<!-- Your HTML code here-->
<!-- /Your HTML code here-->
$footer
</body>
</html>
if someone can help base on this to simple template I would learn thank you for any help.
sorry post in wrong section was a accident I will click report for a mod to move this .