Page MenuHomeGitPull.it

Search icon and account circle icons do not display
Closed, ResolvedPublic

Description

There is a 404 error for the search asset
The error is in the line:

echo $this->makeSearchButton( 'image', array( 'src' => $this->getSkin()->getSkinStylePath( 'images/magnifying-glass.svg' ), 'alt' => 'search button' ) );
Also note <i class="material-icons">account_circle</i> which is not styled.

Event Timeline

Netherite created this task.
Netherite created this object with edit policy "Restricted Project (Project)".
Netherite updated the task description. (Show Details)

Played around in the NPTW, think my patch should work