Skip to content

Commit

Permalink
Fixed canvas theme image path
Browse files Browse the repository at this point in the history
  • Loading branch information
apmuthu committed Dec 15, 2015
1 parent 552cff6 commit 9162f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions core/CHANGELOG.txt
@@ -1,4 +1,5 @@

2015-12-15 Ap.Muthu Fixed canvas theme image path
2015-12-15 Joe Hunt New standard dashboard routines to be used by all themes and rerun
2015-12-15 Joe Hunt New standard themes, default, canvas and dropdown.
2015-12-15 Joe Hunt Credited forum user bogeyman2007 for popup search lists and making it GPL3
Expand Down
2 changes: 1 addition & 1 deletion core/themes/canvas/default.css
@@ -1,5 +1,5 @@
/*--------------------------------------------------\
| elegant | | default.css |
| canvas | | default.css |
|---------------------------------------------------|
| For use with: |
| FrontAccounting |
Expand Down
2 changes: 1 addition & 1 deletion core/themes/canvas/renderer.php
Expand Up @@ -212,7 +212,7 @@ function display_applications(&$waapp)
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
Expand Down

0 comments on commit 9162f91

Please sign in to comment.