Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 18 of 18
<?php
/*
Extension Name: Home Tab
Extension Url: http://skoap.com/
Description: Adds home tab
Version: 1
Author: Nathan Wheatley
Author Url: http://skoap.com
*/
if (in_array($Context->SelfUrl, array("index.php", "categories.php", "comments.php", "search.php", "post.php", "account.php", "settings.php"))) {
$Menu->AddTab("Back To Legend", "Back To Legend", "http://leavesofivy.com/Legend/", "Home Tab", $Attributes = "accesskey=\"h\" target=\"_main\"", $Position = "2", $ForcePosition = "1");
}
?>
/*
Extension Name: Home Tab
Extension Url: http://skoap.com/
Description: Adds home tab
Version: 1
Author: Nathan Wheatley
Author Url: http://skoap.com
*/
if (in_array($Context->SelfUrl, array("index.php", "categories.php", "comments.php", "search.php", "post.php", "account.php", "settings.php"))) {
$Menu->AddTab("Back To Legend", "Back To Legend", "http://leavesofivy.com/Legend/", "Home Tab", $Attributes = "accesskey=\"h\" target=\"_parent\"", $Position = "1", $ForcePosition = "1");
}
?>
1 to 18 of 18