replace references to ttrss-logo.png with logo.png
This commit is contained in:
parent
9fc34a36f1
commit
133ab8c713
|
@ -36,7 +36,7 @@ function confirmOP() {
|
|||
}
|
||||
</script>
|
||||
|
||||
<div class="floatingLogo"><img src="images/ttrss_logo.png"></div>
|
||||
<div class="floatingLogo"><img src="images/logo.png"></div>
|
||||
|
||||
<h1><?php echo __("Database Updater") ?></h1>
|
||||
|
||||
|
|
2
opml.php
2
opml.php
|
@ -158,7 +158,7 @@
|
|||
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class=\"floatingLogo\"><img src=\"images/ttrss_logo.png\"></div>
|
||||
<div class=\"floatingLogo\"><img src=\"images/logo.png\"></div>
|
||||
<h1>".__('OPML Utility')."</h1>";
|
||||
|
||||
db_query($link, "BEGIN");
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<div class="floatingLogo"><img src="images/ttrss_logo.png"></div>
|
||||
<div class="floatingLogo"><img src="images/logo.png"></div>
|
||||
|
||||
<h1><?php echo __("Create new account") ?></h1>
|
||||
|
||||
|
|
Loading…
Reference in New Issue