14 lines
628 B
Smarty
14 lines
628 B
Smarty
{*
|
|
* $Revision: 15342 $
|
|
* If you want to customize this file, do not edit it directly since future upgrades
|
|
* may overwrite it. Instead, copy it into a new directory called "local" and edit that
|
|
* version. Gallery will look for that file first and use it if it exists.
|
|
*}
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html><head><title></title></head>
|
|
<body onLoad="window.parent.image_loaded()">
|
|
<table style="width:100%;height:100%"><tr>
|
|
<td align="center" valign="middle">{g->image item=$theme.item image=$theme.image}</td>
|
|
</tr></table>
|
|
</body></html>
|