/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wiki_title = _("WiKi");
function wikiJS() {
?>
    wiki = new WIKI("wiki_div");
<?
    return "wiki";
}

function wikiPage() {
?>
    <div id="wiki_div" class="wiki">Loading...</div>
<?}?>