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_theme.php

13 lines
307 B
PHP
Raw Normal View History

2010-11-26 22:44:32 +00:00
<?php
class embedlinks_theme extends embedlinks_theme_Core {
static function photo_bottom($theme) {
if (module::get_var("embedlinks", "InPageLinks")) {
$item = $theme->item;
if ($item->view_1 == 1)
return parent::photo_bottom($theme);
}
}
}