add old gray logo to old-skool theme
This commit is contained in:
parent
407f063435
commit
5d35cdcd63
|
@ -27,6 +27,8 @@
|
||||||
<link rel="stylesheet" type="text/css" href="themes/<?= $user_theme ?>/theme.css">
|
<link rel="stylesheet" type="text/css" href="themes/<?= $user_theme ?>/theme.css">
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
||||||
|
<? if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
|
||||||
|
|
||||||
<? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
<? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
||||||
<? if ($user_css_url) { ?>
|
<? if ($user_css_url) { ?>
|
||||||
<link type="text/css" href="<?= $user_css_url ?>"/>
|
<link type="text/css" href="<?= $user_css_url ?>"/>
|
||||||
|
@ -90,7 +92,7 @@ window.onload = init;
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
||||||
<td rowspan="2" class="header" valign="middle">
|
<td rowspan="2" class="header" valign="middle">
|
||||||
<img src="images/ttrss_logo.png" alt="logo">
|
<img src="<?= $theme_image_path ?>images/ttrss_logo.png" alt="logo">
|
||||||
</td>
|
</td>
|
||||||
<td valign="top" class="notifyBox">
|
<td valign="top" class="notifyBox">
|
||||||
<div id="notify"><span id="notify_body"> </span></div>
|
<div id="notify"><span id="notify_body"> </span></div>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
|
@ -14,10 +14,11 @@ table.main td.headerBox {
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
table.main td.header {
|
table.main td.header {
|
||||||
padding : 10px 10px 10px 30px;
|
padding : 10px 10px 10px 30px;
|
||||||
height : 70px;
|
height : 70px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
table.main td.mainToolbar {
|
table.main td.mainToolbar {
|
||||||
border-width : 0px 0px 0px 0px;
|
border-width : 0px 0px 0px 0px;
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
<link rel="stylesheet" type="text/css" href="themes/<?= $user_theme ?>/theme.css">
|
<link rel="stylesheet" type="text/css" href="themes/<?= $user_theme ?>/theme.css">
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
||||||
|
<? if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
|
||||||
|
|
||||||
<? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
<? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
||||||
<? if ($user_css_url) { ?>
|
<? if ($user_css_url) { ?>
|
||||||
<link type="text/css" href="<?= $user_css_url ?>"/>
|
<link type="text/css" href="<?= $user_css_url ?>"/>
|
||||||
|
@ -93,7 +95,7 @@ window.onload = init;
|
||||||
<td colspan="2" class="headerBox" id="mainHeader">
|
<td colspan="2" class="headerBox" id="mainHeader">
|
||||||
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
||||||
<td rowspan="2" class="header" valign="middle">
|
<td rowspan="2" class="header" valign="middle">
|
||||||
<img src="images/ttrss_logo.png" alt="logo">
|
<img src="<?= $theme_image_path ?>images/ttrss_logo.png" alt="logo">
|
||||||
</td>
|
</td>
|
||||||
<td valign="top" class="notifyBox">
|
<td valign="top" class="notifyBox">
|
||||||
<div id="notify"><span id="notify_body"> </span></div>
|
<div id="notify"><span id="notify_body"> </span></div>
|
||||||
|
|
Loading…
Reference in New Issue