Changeset 195 for trunk/web/addons/toga/index.php
- Timestamp:
- 09/20/05 16:06:59 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/toga/index.php
r189 r195 310 310 311 311 function makeFooter() { 312 global $tpl, $version, $parsetime; 313 312 global $tpl, $version, $parsetime, $monarchversion; 313 314 $tpl->gotoBlock( "_ROOT" ); 314 315 $tpl->assign("webfrontend-version",$version["webfrontend"]); 315 $tpl->assign("togaweb-version", "0.1"); 316 $tpl->assign("togaarch-version", "0.1"); 317 $tpl->assign("togaplug-version", "0.1"); 316 $tpl->assign("monarch-version", $monarchversion); 318 317 319 318 if ($version["gmetad"]) {
Note: See TracChangeset
for help on using the changeset viewer.