themes/oxygen/simple-footer.tpl
author Dan
Sat, 17 Nov 2007 15:40:04 -0500
changeset 209 661beb9b0fa3
parent 0 902822492a68
child 222 acfdccf7a2bf
permissions -rw-r--r--
Rewrote some security code in PageUtils::savepage to accommodate the ACL system better; there was an issue with non-admin users saving pages on which they have edit rights but wiki mode is turned off


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