Description
This will remove the powered by invision power board that appears in t
This will remove the powered by invision power board that appears in the title.
Step 1. Open sources/action_public/boards.php
Find:
[code]$cp = " (Powered by Invision Power Board)";[/code]
Replace With:
[code]$cp = "";[/code]
Save sources/action_public/boards.php
This will remove the powered by invision power board that appears in the title.
Step 1. Open sources/action_public/boards.php
Find:
[code]$cp = " (Powered by Invision Power Board)";[/code]
Replace With:
[code]$cp = "";[/code]
Save sources/action_public/boards.php
Recommended Comments
There are no comments to display.