air66design / air66-yourls-admin-theme

YOURLS Responsive Theme
MIT License
25 stars 9 forks source link

404error on logo, favicon and header.php #2

Open Taidgh opened 4 years ago

Taidgh commented 4 years ago

Installed on localhost. header.php, favicon.io and a66-logo.svg showed a 404 error. Changed downloaded folder from "air66-yourls-admin-theme-master" to "air66Theme" as per "script.js" below. Really nice theme! thank you. var url; if ($('meta[name=pluginURL]').attr("content")) { url = $('meta[name=pluginURL]').attr("content"); } else { // If for some reason we can't find the URL attribute url = "/user/plugins/**air66Theme**"; }