📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
kombiv1.demodesign.com.tr
/
color
📝
color.js
← Geri Dön
$(function () { $('head').append('<link rel="stylesheet" href="css/custom-0.css" rel="stylesheet">'); $('.js-colorswatch').on('click',function (e){ $('.colorswatch').toggleClass('opened'); }) $('.js-swatch-color').on('click',function (e){ var color = $(this).attr('data-color'); if(color != undefined){ $('link[href*="css/custom-"]').attr('href','css/custom-'+color+'.css'); $('.page-header .logo img').attr('src','images/logo-'+color+'.png'); } else { $('link[href*="css/custom-"]').attr('href','css/custom-0.css'); $('.page-header .logo img').attr('src','images/logo.png'); } $('.js-swatch-color').removeClass('active'); $(this).toggleClass('active'); e.preventDefault(); }); })
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula