Generate board url
From phpBB Development Wiki
generate_board_url –– Generate board url (example: http://www.example.com/phpBB)
Description
string generate_board_url ( $without_script_path = false )
Generate board url with no url parameters.
Parameters
| Parameter | Required/Default | Description |
|---|---|---|
| without_script_path | No - false | If set to true the script path gets not appended (example: http://www.example.com) |
Return Values
Full URL path.

