/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
14
<?php
$infopage_title = _("Secondary");
function infopageJS() {
?>
    infopage = new XMLMODULE("infopage_div");
    if (typeof infotab != "undefined") infotab.RegisterPage("infopage");
<?
    return "infopage";
}

function infopagePage() {
?>
    <div id="infopage_div" class="infopage">Loading...</div>
<?}?>