Skip to content

Commit

Permalink
Fixed image path problem
Browse files Browse the repository at this point in the history
Restored tags for moodle heading.
  • Loading branch information
watcanz committed Jun 8, 2005
1 parent 441c87b commit 5b0f288
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions theme/cornflower/header.html
Expand Up @@ -10,15 +10,15 @@

<title><?php echo $title ?></title>

<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<link rel="shortcut icon" href="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/favicon.ico" />

<?php include("$CFG->javascript"); ?>

</head>



<body background="<?php echo "$CFG->wwwroot/theme/$CFG->theme/images/bg.gif" ?>" <?php
<body background="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/images/bg.gif" <?php

echo " $bodytags";

Expand Down Expand Up @@ -52,15 +52,15 @@

<td>

<table background="<?php echo "$CFG->wwwroot/theme/$CFG->theme/images/headerbg.jpg" ?>" width="100%" height="112" cellpadding="0" cellspacing="0" border="0">
<table background="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/images/headerbg.jpg" width="100%" height="112" cellpadding="0" cellspacing="0" border="0">



<tr>



<td valign="top" class="header1">&nbsp;</td>
<td valign="top" class="headermain"><?php echo $heading ?></td>



Expand Down Expand Up @@ -90,13 +90,13 @@



<table background="<?php echo "$CFG->wwwroot/theme/$CFG->theme/images/headerbg.jpg" ?>" width="100%" height="112" cellpadding="0" cellspacing="0" border="0">
<table background="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/images/headerbg.jpg" width="100%" height="112" cellpadding="0" cellspacing="0" border="0">

<tr>

<td valign="top">&nbsp;</td>
<td valign="top"><?php echo $heading ?></td>

<td align="right" style="padding-right:5px" valign="top" class="headerhomemenu"><?php echo $menu ?></td>
<td align="right" sty class="headermain"le="padding-right:5px" valign="top" class="headerhomemenu"><?php echo $menu ?></td>

</tr>

Expand Down

0 comments on commit 5b0f288

Please sign in to comment.