IP.Downloads shows this page title when we're viewing a file: FILE NAME -> CATEGORIES NAMES -> Downloads
$this->page_title = strip_tags( implode( ' -> ', array_reverse( $this->nav ) ) );Change to:
$this->page_title = $this->ipsclass->vars['board_name']. " -> ".strip_tags( implode( ' -> ', $this->nav ) );That's how it will be now:













