mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
0bf0ceeac1
commit
0ec5ddef59
@ -10,6 +10,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1;IE=edge" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Artists" href="opensearch.php?type=artists" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Torrents" href="opensearch.php?type=torrents" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Requests" href="opensearch.php?type=requests" />
|
||||
|
@ -10,6 +10,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1;IE=edge" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<? if ($Mobile) { ?>
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0, user-scalable=no;"/>
|
||||
<link href="<?=STATIC_SERVER ?>styles/mobile/style.css?v=<?=filemtime(SERVER_ROOT.'/static/mobile/style.css')?>" rel="stylesheet" type="text/css" />
|
||||
|
@ -40,7 +40,7 @@
|
||||
</div>
|
||||
<div class="box pad" align="center">
|
||||
<? if (count($ArtistList) == 0) { ?>
|
||||
<h2>You have not bookmarked any artists.</h2>
|
||||
<br /><h2>You have not bookmarked any artists.</h2>
|
||||
</div>
|
||||
</div><!--content-->
|
||||
<?
|
||||
|
@ -181,7 +181,7 @@
|
||||
}
|
||||
|
||||
// Let's try to shorten the filename intelligently before chopping it off
|
||||
if (strlen($TorrentName) + strlen($TorrentInfo) + 3 > 152) {
|
||||
if (strlen($TorrentName) + strlen($TorrentInfo) + 3 > 200) {
|
||||
$TorrentName = $Name . (($Year>0)?(' - '.$Year):'');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user