- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
<?php if ($field_image_teaser[1]['filepath']): ?>
<?php if ($field_image) {$image = theme('imagecache', 'img_orig', $field_image[1]['filepath'], $node->title, $node->title);}?>
<div id="imggaller"><?php
if ($teaser): ?>
<?php print l($image, 'node/'. $nid, array('html' => 'TRUE')) ?>
<?php else: ?>
<?php
print l($image, $field_image_teaser[1]['filepath'], array('html' => 'TRUE', 'attributes' => array('rel' => 'lightbox[field_image]'))) ?>
<?php endif ?> </div>
<?php endif ?>
<?php if ($field_image_teaser[2]['filepath']): ?>
<?php if ($field_image) {$image = theme('imagecache', 'img_orig', $field_image[2]['filepath'], $node->title, $node->title);}?>
<div id="imggaller"><?php
if ($teaser): ?>
<?php print l($image, 'node/'. $nid, array('html' => 'TRUE')) ?>
<?php else: ?>
<?php
print l($image, $field_image_teaser[2]['filepath'], array('html' => 'TRUE', 'attributes' => array('rel' => 'lightbox[field_image]'))) ?>
<?php endif ?> </div>
<?php endif ?>
И так до 200-го элемента.
Видимо, "поддерживать" это уже не надо, надо переделать, поскольку это явно не единственное надругательство над Друпалом такого рода...