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/dots/frame.inc

10 lines
200 B
PHP

<?php /* $Id: frame.inc 15342 2006-12-01 21:14:46Z andy_st $ */
$frameData = array(
'name' => $gallery->i18n('Dots'),
'style' => 'border: 1px dashed black !important; padding:3px !important'
);
?>