<?php
if(is_home()){
// we are on the home page
echo '<link rel="stylesheet" src="css/stylemain.css" />';
}else {
echo '<link rel="stylesheet" src="css/stylemini.css" />';
}
?>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]