]> git.mjollnir.org Git - moodle.git/commitdiff
Bug #468 solved. Missing <? ?> tags
authorstronk7 <stronk7>
Thu, 29 May 2003 20:59:28 +0000 (20:59 +0000)
committerstronk7 <stronk7>
Thu, 29 May 2003 20:59:28 +0000 (20:59 +0000)
theme/poweraid/header.html

index 13898b924ec5d613217311fbeb4cb2fc07636ac6..5118dfd0ef423e7c2f40cf250d3457b7ffd3af90 100644 (file)
@@ -58,7 +58,7 @@
 </tr>
 <tr>
 <td width="6" bgcolor="<? echo $THEME->body?>"><img src="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/side_left.gif" width="2" height="100%" /></td>
-<td align="left" valign="top"><A TARGET=\"{$CFG->framename}\" HREF="<? echo $CFG->wwwroot?>"><img src="<? echo "$CFG->wwwroot/theme/$CFG->theme/$THEME->frontlogo" ?>" border="0" /></A></td>
+<td align="left" valign="top"><A TARGET="<? echo $CFG->framename?>" HREF="<? echo $CFG->wwwroot?>"><img src="<? echo "$CFG->wwwroot/theme/$CFG->theme/$THEME->frontlogo" ?>" border="0" /></A></td>
 <td width="6" bgcolor="<? echo $THEME->body?>"><img src="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme ?>/images/left_sidebar.jpg" width="6" height="100%" /></td>
 </tr>
 </table><table border="0" cellspacing="0" cellpadding="0" width="<? echo $THEME->themewidth?>">