2009-01-19 09:19:07 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Gallery3 Installer</title>
|
2009-01-19 20:20:10 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="install.css"/>
|
2009-01-19 09:19:07 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="outer">
|
2009-02-23 05:55:29 +00:00
|
|
|
<img src="../core/images/gallery.png" />
|
2009-01-19 09:19:07 +00:00
|
|
|
<div id="inner">
|
2009-01-20 00:54:02 +00:00
|
|
|
<?php print $content ?>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="footer">
|
2009-01-19 19:05:22 +00:00
|
|
|
<p>
|
2009-01-20 00:54:02 +00:00
|
|
|
<i>Did something go wrong? Try
|
|
|
|
|
the <a href="http://codex.gallery2.org/Gallery3:FAQ">FAQ</a>
|
|
|
|
|
or ask in
|
|
|
|
|
the <a href="http://gallery.menalto.com/forum">Gallery
|
|
|
|
|
forums</a>.</i>
|
2009-01-19 09:19:07 +00:00
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|