how can I create a plugin to do that?
| donP |
|
|---|---|
|
Hello everybody!
I'm converting my seditio website to Cotonti. Well... in Seditio I made hacks to several files to output the site navigation row in header.tpl... e.g. in skins/myskin/HEADER.TPL I had {PHP.out.youre}$out['youre'] = $pag['page_fulltitle'];$out['youre'] = $catpath;$out['youre'] = "<a href=\"forums.php\">".$L['Forums']."</a> ".$cfg['separator']." ".sed_build_forums($s, $fs_title, $fs_category);$out['youre'] = $out['subtitle'];Now... how can I do the same job without those core haks and using a plugin and hooks? in [color=#729FCF][b]BLUES[/b][/color] I trust
|