Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 1 of 1
<?php
/*
Extension Name: Sidepanel
Extension Url: http://lussumo.com/addons
Description: Enables you to insert everything you want to appear in the sidepanel easily (based on Statcounter by JP Mitchell)
Version: 1.0
Author: Thomas Schranz
Author Url: http://suitcase.at
*/
if(in_array($Context->SelfUrl, array("index.php", "categories.php", "discussions.php", "comments.php", "search.php", "post.php", "account.php", "settings.php", "1.php"))){
$content = <<< ENDCODE
<center><u>Site Navigation</u>
<p><a href="http://oga.mmorpgnut.com/Vanilla.1.0.1/MiscLinks.php">Misc Links</a></center>
ENDCODE;
$Panel->AddString($content,150);
}
?>
if(!defined('PAGEMNG_ISAJAX')) $this->CustomPageFile = $GLOBALS['Configuration']['EXTENSIONS_PATH'].PAGEMNG_FOLDER.'/'.$this->CustomPageFile;
1 to 1 of 1