Source code of tbs_us_examples_prmatt.php
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php
include_once('../tbs_class.php');
$x_color = '#8FC2ED';
$x_style = 'style2';
$x_nostyle = '';
$TBS = new clsTinyButStrong;
$TBS->LoadTemplate('tbs_us_examples_prmatt.htm');
$TBS->Show();