MDL-28929 update all themes to use the new placeholders

This commit is contained in:
Petr Skoda 2011-08-21 21:01:53 +02:00
parent 72009b8777
commit 3b3f302855
54 changed files with 59 additions and 59 deletions

View file

@ -93,7 +93,7 @@ echo $OUTPUT->doctype() ?>
<p class="tagline"><?php echo $tagline ?></p>
</div>
<?php echo core_renderer::MAIN_CONTENT_TOKEN ?>
<?php echo $OUTPUT->main_content() ?>
</div>
</div>

View file

@ -106,7 +106,7 @@ echo $OUTPUT->doctype() ?>
</div>
<?php } ?>
<?php echo core_renderer::MAIN_CONTENT_TOKEN ?>
<?php echo $OUTPUT->main_content() ?>
</div>
</div>
</div>