themes/printable/simple-footer.tpl
author Dan
Sat, 08 Nov 2008 22:34:27 -0500
changeset 723 78d391d37700
parent 0 902822492a68
child 1227 bdac73ed481e
permissions -rw-r--r--
[minor] $template->footer() no longer flushes output buffers, due to headers being sent prematurely


            </div>
          </td>
          <td id="main-right"></td>
        </tr>
        <tr>
          <td id="foot-left"></td>
          <td id="foot-main">
            {COPYRIGHT}
          </td>
          <td id="foot-right"></td>
        </tr>
        <tr>
          <td id="foot-btm-left"></td>
          <td id="foot-btm"></td>
          <td id="foot-btm-right"></td>
        </tr>
      </table>
    </td>
    <td style="width: 10%;"></td>
    </tr>
    </table>
  </body>
</html>