You've already forked OpenShorte.old
added main.css and modified all pages accordingly, modified go.php title section, added some code beauty
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="<?=$config['installation_path']?>/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<title id="title">Redirect in 5 seconds | <?=$config['website_name']?></title>
|
||||
<link href="<?=$config['installation_path']?>/lib/css/main.css" rel="stylesheet">
|
||||
<title>Redirecting to <?=$row['URL']?> | <?=$config['website_name']?></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -37,7 +38,6 @@
|
||||
var seconds = 5;
|
||||
|
||||
function update_timeout(interval) {
|
||||
document.getElementById("title").innerHTML = "Redirect in " + seconds + " seconds | <?=$config['website_name']?>";
|
||||
document.getElementById("body-timeout").innerHTML = seconds;
|
||||
if (seconds == 0) {
|
||||
window.location.href = "<?=$row['URL']?>";
|
||||
|
Reference in New Issue
Block a user