/*--------------------------------------------------\
-| elegant | | default.css |
+| canvas | | default.css |
|---------------------------------------------------|
| For use with: |
-| FrontAccounting |
-| http://FrontAccounting.com/ |
+| FrontAccounting |
+| http://FrontAccounting.com/ |
| by Joe Hunt Consulting |
|---------------------------------------------------|
| Developer: |
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'> ";
+ $img = "<img src='$path_to_root/themes/".user_theme()."/images/".$imgs2[$i]."' width='14' height='14' border='0'> ";
if ($_SESSION["language"]->dir == "rtl")
$class = "right";
else