projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae53f0f
)
Fixed bug in cool theme renderer.php
author
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Thu, 9 May 2013 08:43:30 +0000
(10:43 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Thu, 9 May 2013 08:43:30 +0000
(10:43 +0200)
themes/cool/renderer.php
patch
|
blob
|
history
diff --git
a/themes/cool/renderer.php
b/themes/cool/renderer.php
index cb3ac0cabba15aa6cdeb1a12c76766ad725544f6..1e597b26acb343e4b2ac4f0202f20fdd321c7c7a 100644
(file)
--- a/
themes/cool/renderer.php
+++ b/
themes/cool/renderer.php
@@
-156,7
+156,7
@@
}
echo "<table width=100% cellpadding='0' cellspacing='0'>";
- foreach ($elected_app->modules as $module)
+ foreach ($
s
elected_app->modules as $module)
{
if (!$_SESSION["wa_current_user"]->check_module_access($module))
continue;