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:
@@ -14,8 +14,9 @@
|
||||
<head>
|
||||
<title>Management Panel | <?=$config['website_name']?></title>
|
||||
<link href="<?=$config['installation_path']?>/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css" integrity="sha256-39jKbsb/ty7s7+4WzbtELS4vq9udJ+MDjGTD5mtxHZ0=" crossorigin="anonymous" />
|
||||
<link href="<?=$config['installation_path']?>/lib/css/main.css" rel="stylesheet">
|
||||
<link href="<?=$config['installation_path']?>/lib/css/manage.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css" integrity="sha256-39jKbsb/ty7s7+4WzbtELS4vq9udJ+MDjGTD5mtxHZ0=" crossorigin="anonymous" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user