Show project name in page titles
moeenio opened this issue · 3 comments
moeenio commented
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+0
20191218.25+debian91.gbpae1889 - OS: macOS 10.11.6
- Browser: Firefox 76
locness3 commented
Can someone direct me to where I can implement it?
aljawaid commented
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'),
locness3 commented
Please do a pull request