diff options
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/about_version.html | 2 | ||||
-rw-r--r-- | chrome/browser/resources/new_tab.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html index 1df848b..0b8c091 100644 --- a/chrome/browser/resources/about_version.html +++ b/chrome/browser/resources/about_version.html @@ -65,7 +65,7 @@ about:version template page <body> <div id="outer"> <div id="logo"> - <img src="../../app/theme/product_logo.png" /> + <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" /> <div id="company" jscontent="company"></div> <div id="copyright" jscontent="copyright"></div> </div> diff --git a/chrome/browser/resources/new_tab.html b/chrome/browser/resources/new_tab.html index 3c16644..a49901b 100644 --- a/chrome/browser/resources/new_tab.html +++ b/chrome/browser/resources/new_tab.html @@ -355,7 +355,7 @@ document.addEventListener('DOMContentLoaded', handleDOMContentLoaded); </td> <td valign="top" width="230"> <div align="right"> - <img src="../../app/theme/product_logo.png" + <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" width="145" height="52" style="padding-bottom:8px;" /> </div> <div id="searches" class="sidebar"> |