New extension: categoryicons-1.0.3.zip
[vanilla-miry.git] / extensions / Sidepanel / default.php
blob85eb1d1a05f41c62f15dfc5d54a3876e2e8dea45
1 <?php
2 /*
3 Extension Name: Sidepanel
4 Extension Url: http://lussumo.com/addons
5 Description: Enables you to insert everything you want to appear in the sidepanel easily (based on Statcounter by JP Mitchell)
6 Version: 1.0
7 Author: Thomas Schranz
8 Author Url: http://suitcase.at
9 */
11 if(in_array($Context->SelfUrl, array(
12 "index.php",
13 "categories.php",
14 "discussions.php",
15 "comments.php",
16 "search.php",
17 "post.php",
18 "account.php",
19 "extension.php",
20 // "settings.php",
21 ))){
23 $content = <<< ENDCODE
25 <a href="http://www.xega.org"><img src="images/xega.png" alt="Logo de Xega: Xente Gai Astur" /></a>
27 ENDCODE;
29 $Panel->AddString($content,0);