themes/printable/simple-footer.tpl
author Dan
Mon, 07 Jul 2008 02:37:12 -0400
changeset 597 c4ae0d8e260f
parent 0 902822492a68
child 1227 bdac73ed481e
permissions -rw-r--r--
Added ability to hide or show sidebar blocks based on a {restrict} or {hideif} conditional in the sidebar script


            </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>