Fixed a couple of small bugs in canvas theme.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 15 Dec 2015 21:01:35 +0000 (22:01 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 15 Dec 2015 21:01:35 +0000 (22:01 +0100)
themes/canvas/default.css
themes/canvas/renderer.php

index 88f93458d1a21101752a01e861775169347f3925..862bd36d61f55cdcfe3d30e231e8b585571945ef 100644 (file)
@@ -1,9 +1,9 @@
 /*--------------------------------------------------\
-| elegant       |               | default.css       |
+| canvas         |              | default.css       |
 |---------------------------------------------------|
 | For use with:                                     |
-| FrontAccounting                                                              |
-| http://FrontAccounting.com/                                  |
+| FrontAccounting                                  |
+| http://FrontAccounting.com/                              |
 | by Joe Hunt Consulting                            |
 |---------------------------------------------------|
 | Developer:                                        |
index 14a4cc8a17866ef76be09edaf8d860fd73c818ee..16cb570e2d34d1e0380a2e79ac543fa3a9fab9e0 100644 (file)
                                echo $module->name;
                                echo "</td></tr><tr>";
                                echo "<td width='50%' class='menu_group_items'>";
-                               $img = "<img src='$path_to_root/themes/elegant/images/".$imgs2[$i]."' width='14' height='14' border='0'>&nbsp;&nbsp;";
+                               $img = "<img src='$path_to_root/themes/".user_theme()."/images/".$imgs2[$i]."' width='14' height='14' border='0'>&nbsp;&nbsp;";
                                if ($_SESSION["language"]->dir == "rtl")
                                        $class = "right";
                                else