themes/oxygen/simple-footer.tpl
author Dan
Sat, 07 Jul 2007 23:06:28 -0400
changeset 54 84b56303cab5
parent 0 902822492a68
child 222 acfdccf7a2bf
permissions -rw-r--r--
Bugfixes: Login system properly handles blank password situation (returns ""); fading button now works right with relative URLs


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