imagecms/ImageCMS

View on GitHub
application/modules/gallery/widgets_info.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

$widgets = [
            [
             'title'       => lang('Recent images', 'gallery'),
             'description' => lang('Displays the most recently added to the image gallery.', 'gallery'),
             'method'      => 'latest_fotos',
            ],
           ];