Twiebie |
|
---|---|
If you want to do it with a plugin you should set the hook to ajax. Call it like this: <?php defined('COT_CODE') or die('Wrong URL'); /* ==================== [BEGIN_COT_EXT] Hooks=ajax [END_COT_EXT] ==================== */ $t = new XTemplate(cot_tplfile('sidepanel', 'plug')); $t->parse(); $t->out(); <!-- sidebar stuff --> <div id="extruderRight" class="{title:'User Control Panel', url:'index.php?r=sidepanel'}"></div> Note the index.php?r=sidepanel |