1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/aws_s3/helpers/MY_embedlinks_block.php
2010-12-15 09:24:59 +08:00

10 lines
215 B
PHP

<?php
class embedlinks_block extends embedlinks_block_Core {
static function get($block_id, $theme) {
if ($theme->item && $theme->item->view_1 == 1)
parent::get($block_id, $theme);
}
}