1

Topic: Pages title

Here is a little suggestion, not so important...
In many pages, this line appears:

$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$lang_****['*****'];

Why not a common pattern which allows to customize title ?
That's not so hard to add thanks to the punbb power.

Sorry for my poor english...

Re: Pages title

You mean more like a function that gets called on every page to add the page title in which you can edit the title or so?

3

Re: Pages title

a function that gets called on every page, yes but which read a pattern you can edit.

Re: Pages title

Seems to me like a good place for one of those hook thingies. smile

Re: Pages title

($hook = get_hook('fn_generate_crumbs_end')) ? eval($hook) : null;

There is one wink