includes\adminfunctions_template.php:
function: write_style_css_directory($styleid, $parentlist, $dir = 'ltr')
Query (in line 769):
PHP Code:
$set = $vbulletin->db->query_read($sql = "
SELECT DISTINCT title
FROM " . TABLE_PREFIX . "template
WHERE styleid IN (" . $parentlist . ") AND title LIKE '%.css'
");
My css template like *.css. But in CSS file I don't see it. Is It a bug?