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**"; }
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**"; }