变量$footer : 对应的html代码在哪里修改

page,tpl,php 只有变量$footer : 底部区域<?php if ($footer_message || $footer) { ?><div class="footer_left">    <?php print $footer_message ?>    <?php print $footer ?>   </div><?php } ?>
但是 首页显示的 是HTML代码<div class="inside"><div class="footer_left">copyright by btobok.com-    <div class="block-inner"><div class="block block-system" id="block-system-0">  <div class="content" <a href="http://drupal.org"><img src="/misc/powered-blue-80x15.png" alt="Powered by Drupal, an open source content management system" title="Powered by Drupal, an open source content management system" width="80" height="15" /></a> </div>--------------请舍大哥,变量$footer : 的 具体的html代码在哪个文件修改类似变量$left $right 多是在那个路径那个文件里 修改呢??