$sql = 'SELECT title, template_un FROM template WHERE templateid = '.$ors.' ORDER BY title';
$sql = 'SELECT title, template_un FROM ' . TABLE_PREFIX . 'template WHERE templateid = '.$ors.' ORDER BY title';