Revision 1457
Added by Dietmar over 13 years ago
index.php | ||
---|---|---|
11 | 11 |
* @platform WebsiteBaker 2.8.x |
12 | 12 |
* @requirements PHP 5.2.2 and higher |
13 | 13 |
* @version $Id$ |
14 |
* @filesource $HeadURL: http://svn.websitebaker2.org/branches/2.8.x/wb/admin/modules/install.php $
|
|
15 |
* @lastmodified $Date: 2010-12-21 23:00:08 +0100 (Di, 21. Dez 2010) $
|
|
14 |
* @filesource $HeadURL$ |
|
15 |
* @lastmodified $Date$ |
|
16 | 16 |
* |
17 | 17 |
*/ |
18 | 18 |
|
... | ... | |
104 | 104 |
$template->set_var(array( |
105 | 105 |
'ADMIN_URL' => ADMIN_URL, |
106 | 106 |
'WB_URL' => WB_URL, |
107 |
'THEME_URL' => THEME_URL |
|
107 |
'THEME_URL' => THEME_URL, |
|
108 |
'FTAN' => $admin->getFTAN() |
|
108 | 109 |
) |
109 | 110 |
); |
110 | 111 |
// Insert language text and messages |
... | ... | |
132 | 133 |
|
133 | 134 |
// Print admin footer |
134 | 135 |
$admin->print_footer(); |
135 |
|
|
136 |
?> |
|
137 | 136 |
Also available in: Unified diff
Preparing 2.8.2 stable, last tests