Skip to content

Commit

Permalink
*7425* Favicon missing on help and interstitial pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelczak committed May 3, 2012
1 parent facec69 commit eba2036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/article/interstitial.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<meta http-equiv="Content-Type" content="text/html; charset={$defaultCharset|escape}" />
<title>{translate key="article.nonpdf.title"}</title>

{if $displayFavicon}<link rel="icon" href="{$faviconDir}/{$displayFavicon.uploadName|escape:"url"}" />{/if}

<link rel="stylesheet" href="{$baseUrl}/lib/pkp/styles/common.css" type="text/css" />
<link rel="stylesheet" href="{$baseUrl}/styles/common.css" type="text/css" />
<link rel="stylesheet" href="{$baseUrl}/styles/articleView.css" type="text/css" />
Expand Down

0 comments on commit eba2036

Please sign in to comment.