Source code of tbs_us_examples_script.php
1
<?php
include_once('../tbs_class.php');
$test = 'tbs_us_examples_script1.php';
$TBS = new clsTinyButStrong;
$TBS->LoadTemplate('tbs_us_examples_script.htm');
$TBS->Show();
1
<?php
include_once('../tbs_class.php');
$test = 'tbs_us_examples_script1.php';
$TBS = new clsTinyButStrong;
$TBS->LoadTemplate('tbs_us_examples_script.htm');
$TBS->Show();