2009-02-22 05:21:44 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
2009-10-04 00:27:22 -06:00
|
|
|
<div id="g-item">
|
2009-02-22 05:21:44 +00:00
|
|
|
<?= $theme->photo_top() ?>
|
|
|
|
|
|
2009-11-14 16:18:49 -08:00
|
|
|
<?= $theme->paginator() ?>
|
2009-02-22 05:21:44 +00:00
|
|
|
|
2009-11-08 13:07:12 -07:00
|
|
|
<div id="g-movie" class="ui-helper-clearfix">
|
2010-06-17 09:03:39 -07:00
|
|
|
<?= $theme->resize_top($item) ?>
|
2010-05-14 16:55:15 -07:00
|
|
|
<?= $item->movie_img(array("class" => "g-movie", "id" => "g-item-id-{$item->id}")) ?>
|
2010-06-17 09:03:39 -07:00
|
|
|
<?= $theme->resize_bottom($item) ?>
|
2009-11-08 13:07:12 -07:00
|
|
|
</div>
|
2009-11-14 14:25:39 -08:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
<div id="g-info">
|
2009-08-29 22:54:20 -07:00
|
|
|
<h1><?= html::purify($item->title) ?></h1>
|
2009-11-08 13:07:12 -07:00
|
|
|
<div><?= nl2br(html::purify($item->description)) ?></div>
|
2009-02-22 05:21:44 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<?= $theme->photo_bottom() ?>
|
|
|
|
|
</div>
|