Fixed a couple of small bugs in canvas theme.
[fa-stable.git] / themes / canvas / renderer.php
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