I’m trying to use the $template->name by declaring this in "_init.php":
$cssFile = $template->name . ".css";
… and I then have this in "_main.php":
// Use custom CSS-file if that file exists.
<?php if(is_file($config->paths->templates . "styles/$cssFile")) {
echo "<link rel='stylesheet' type='...