4-4
function.php
04 | function show_page( $theme = "" ){ |
06 | include_once ( 'tbs_class.php' ); |
08 | $TBS = new clsTinyButStrong ; |
10 | $TBS ->LoadTemplate( "{$theme}.html" ,False) ; |
22 | $link =mysql_connect( "localhost" , "tad1032" , "1qazxcde32!" ); |
30 | mysql_query( "SET NAMES 'utf8'" ); |
32 | mysql_select_db( "tad1032" ); |