Source code of tbs_us_examples__welcome.php

  1
2
3
4
5
6
7
8
9
 
<?php

include_once('../tbs_class.php');

$TBS = new clsTinyButStrong;
$TBS->LoadTemplate('tbs_us_examples__welcome.htm');
$TBS->Show();