123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- header('Content-Type: text/html; charset='.ENCODING);
- ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=<?php echo ENCODING; ?>" />
- <title>DotClear - <?php echo __('Installation'); ?></title>
- <style type="text/css">
- @import url(../<?php echo DC_ECRIRE ?>/style/install.css);
- </style>
- </head>
- <body>
- <div id="main">
- <h1><?php echo __('Installation'); ?> <span>version <?php echo DC_VERSION; ?></span></h1>
|