Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
if(in_array($Context->SelfUrl, array("index.php", "categories.php", "comments.php", "search.php", "post.php", "account.php", "settings.php"))){
$Head->AddScript("./js/yellowfade.js");
}
$StyleSheetLocation="extensions/calendar/calendar.css";
if(in_array($Context->SelfUrl, array("index.php", "categories.php", "comments.php", "search.php", "post.php", "account.php", "settings.php"))){
$Head->AddStyleSheet($StyleSheetLocation);
}
1 to 19 of 19