SQL( "SELECT * FROM theme INNER JOIN theme_local ON theme_tipo = localcss_id INNER JOIN theme_css ON css_id = theme_tipo WHERE theme_local = '{$localId}' ORDER BY theme_id ASC" ); do{ echo $__theme[$local]->exibi['theme_css'].' : '.html_entity_decode($__theme[$local]->exibi['theme_value']).$__theme[$local]->exibi['css_medida']."; \n"; }while( $__theme[$local]->exibi = mysql_fetch_assoc($__theme[$local]->result) ); ?>