This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/gallery2/modules/imageframe/frames/shell/frame.inc

69 lines
969 B
PHP

<?php /* $Id: frame.inc 15342 2006-12-01 21:14:46Z andy_st $ */
/* Contributed by: floridave */
$frameData = array(
'name' => $gallery->i18n('Shells'),
/* Top Left */
'imageTL' => 'TL.jpg',
'widthTL' => 58,
'heightTL' => 58,
/* Top */
'imageTTL' => '',
'widthTTL' => 0,
'imageTT' => 'TT.jpg',
'heightTT' => 58,
'imageTTR' => '',
'widthTTR' => 0,
/* Top Right */
'imageTR' => 'TR.jpg',
'widthTR' => 58,
'heightTR' => 58,
/* Left */
'imageLLT' => '',
'heightLLT' => 0,
'imageLL' => 'LL.jpg',
'widthLL' => 58,
'imageLLB' => '',
'heightLLB' => 0,
/* Right */
'imageRRT' => '',
'heightRRT' => 0,
'imageRR' => 'RR.jpg',
'widthRR' => 58,
'imageRRB' => '',
'heightRRB' => 0,
/* Bottom Left */
'imageBL' => 'BL.jpg',
'widthBL' => 58,
'heightBL' => 58,
/* Bottom */
'imageBBL' => '',
'widthBBL' => 0,
'imageBB' => 'BB.jpg',
'heightBB' => 58,
'imageBBR' => '',
'widthBBR' => 0,
/* Bottom Right */
'imageBR' => 'BR.jpg',
'widthBR' => 58,
'heightBR' => 58
);
?>