Forums / Cotonti / Support / Site navigation row in header.tpl

how can I create a plugin to do that?

donP
#15373 2009-08-02 19:57
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}
and in system/core/page/page.inc.php
$out['youre'] = $pag['page_fulltitle'];
in system/core/list/list.inc.php
$out['youre'] = $catpath;
in system/core/forums/forums.posts.inc.php
$out['youre'] = "<a href=\"forums.php\">".$L['Forums']."</a> ".$cfg['separator']." ".sed_build_forums($s, $fs_title, $fs_category);
in system/core/plug/plug.inc.php
$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