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

10 lines
215 B
PHP
Raw Normal View History

2010-11-26 22:44:32 +00:00
<?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);
}
}