From: Marius Gavrilescu Date: Tue, 28 Jan 2014 11:50:07 +0000 (+0200) Subject: Add Yardi logo X-Git-Url: http://git.ieval.ro/?p=mindcoding-template-patches.git;a=commitdiff_plain;h=a84cee557b5d84dea252e5b520a56ba254a01158 Add Yardi logo --- diff --git a/img/yardi-blue.png b/img/yardi-blue.png new file mode 100644 index 0000000..2c2859c Binary files /dev/null and b/img/yardi-blue.png differ diff --git a/img/yardi-white.png b/img/yardi-white.png new file mode 100644 index 0000000..0527d94 Binary files /dev/null and b/img/yardi-white.png differ diff --git a/js/scripts.js b/js/scripts.js index 9e4f770..7804a29 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -1,6 +1,10 @@ function set_style(name){ $('#stylesheet').attr("href", "/css/" + name + ".var"); localStorage.setItem("theme", name); + + if(name == "slate" || name == "cyborg") { + $('#yardi').attr("src", "/img/yardi-white.png"); + } } $( document ).ready(function() { diff --git a/tmpl/footer.en b/tmpl/footer.en index 3928859..d89a924 100644 --- a/tmpl/footer.en +++ b/tmpl/footer.en @@ -1,9 +1,13 @@
-
+
-
+
+ +
+ +