funktechno/kanboard-plugin-wiki

Show project name in page titles

moeenio opened this issue · 3 comments

This issue is:

  • Bug report
  • Feature request
  • Improvement

I'd like the project name to be shown in the page titles when viewing the wiki for a project. This would also show it in the header of the page.

Configuration

  • Kanboard version: 1.2.10
  • Database type and version: mysql, 10.1.38-MariaDB-0+deb9u1
  • PHP version: 7.0.33-14+020191218.25+debian91.gbpae1889
  • OS: macOS 10.11.6
  • Browser: Firefox 76

Can someone direct me to where I can implement it?

Can someone direct me to where I can implement it?

Hello, I needed this too.... took a while but I figured it out somehow...

Change:

To:

'title' => $project['name'] .= " ". t('Wiki'),

Please do a pull request