Changeset 6649 for extensions/LLGBO2
- Timestamp:
- Jul 1, 2010, 8:27:57 PM (14 years ago)
- Location:
- extensions/LLGBO2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/LLGBO2/main.inc.php
r6549 r6649 2 2 /* 3 3 Plugin Name: Look_like_gbo2 4 Version: 2.1. e4 Version: 2.1.f 5 5 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=251 6 6 Author: Ex-Ftb … … 12 12 2.1.c compatibility with simple 13 13 2.1.d bug Css with IE6 & IE8 14 2.1.e fix bug $conf['question_mark_in_urls'] */ 14 2.1.e fix bug $conf['question_mark_in_urls'] 15 2.1.f fix bug with metatda and video */ 15 16 16 17 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); … … 19 20 global $conf; 20 21 21 define ('LLGBO_INFO_VERSION','2.1. e');22 define ('LLGBO_INFO_VERSION','2.1.f'); 22 23 if (!defined('LLGBO_PATH')) 23 24 {define('LLGBO_PATH' ,get_root_url().'plugins/'.basename(dirname(__FILE__)) . '/');} … … 121 122 function DisplayGboLook() 122 123 { global $template,$conf,$lang; 124 $ThePicture = $template->get_template_vars('current'); 125 // 2.1.f fix notice with video 126 if ($ThePicture['is_picture'] <> 1 ) 127 { $lang['Show file metadata'] = 'No Metadata'; 128 return;} 129 // --------------------------- 123 130 $meta = ""; 124 131 $u_metadata = $template->get_template_vars('U_METADATA'); -
extensions/LLGBO2/template/picture_content.tpl
r6450 r6649 50 50 </div> <!-- end GBO --> 51 51 {/if} 52 {if isset($high) }52 {if isset($high) and !isset($USEMAP) } 53 53 <!-- HihgDef and navigation on picture off --> 54 54 <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
Note: See TracChangeset
for help on using the changeset viewer.