Changeset 977779
- Timestamp:
- 09/03/2014 11:00:38 AM (12 years ago)
- Location:
- contus-video-gallery
- Files:
-
- 4 edited
-
tags/2.7/front/views/videoshortcode.php (modified) (2 diffs)
-
tags/2.7/hdflvvideoshare.php (modified) (1 diff)
-
trunk/front/views/videoshortcode.php (modified) (2 diffs)
-
trunk/hdflvvideoshare.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contus-video-gallery/tags/2.7/front/views/videoshortcode.php
r977676 r977779 344 344 // Google adsense code Start 345 345 346 if( ( $player_color['googleadsense_visible'] == 1) && ( !$mobile ) && ( $this->_post_type === 'video ' || $this->_page_post_type === 'video' ) ) {346 if( ( $player_color['googleadsense_visible'] == 1) && ( !$mobile ) && ( $this->_post_type === 'videogallery' || $this->_page_post_type === 'videogallery' ) ) { 347 347 if($homeplayerData->google_adsense && $homeplayerData->google_adsense_value) { 348 348 $output .= '<div>'; … … 703 703 $output .= '</div></div>'; 704 704 } 705 705 $output .= '</div></div>'; 706 706 // Enable/disable Related videos starts here 707 707 if ( ( ( $this->_post_type === 'videogallery' && $configXML->playlist == 1|| $this->_page_post_type === 'videogallery' && $configXML->playlist == 1) ) || (((isset ( $arguments ['playlistid'] ) && isset ( $arguments ['id'] )) || $player_color['show_related_video']== 1|| (isset ( $arguments ['playlistid'] ))) && (isset ( $arguments ['relatedvideos'] ) && $arguments ['relatedvideos'] == 'on'))) { -
contus-video-gallery/tags/2.7/hdflvvideoshare.php
r976447 r977779 876 876 <meta itemprop="name" content="'.$videoname.'" /> 877 877 <meta itemprop="thumbnail" content="'.$imageFea.'" /> 878 <meta itemprop="description" content="'. $description.'" />878 <meta itemprop="description" content="'.strip_tags($description).'" /> 879 879 </div> 880 880 <meta itemprop="image" content="'.$imageFea.'" /> -
contus-video-gallery/trunk/front/views/videoshortcode.php
r977676 r977779 344 344 // Google adsense code Start 345 345 346 if( ( $player_color['googleadsense_visible'] == 1) && ( !$mobile ) && ( $this->_post_type === 'video ' || $this->_page_post_type === 'video' ) ) {346 if( ( $player_color['googleadsense_visible'] == 1) && ( !$mobile ) && ( $this->_post_type === 'videogallery' || $this->_page_post_type === 'videogallery' ) ) { 347 347 if($homeplayerData->google_adsense && $homeplayerData->google_adsense_value) { 348 348 $output .= '<div>'; … … 703 703 $output .= '</div></div>'; 704 704 } 705 705 $output .= '</div></div>'; 706 706 // Enable/disable Related videos starts here 707 707 if ( ( ( $this->_post_type === 'videogallery' && $configXML->playlist == 1|| $this->_page_post_type === 'videogallery' && $configXML->playlist == 1) ) || (((isset ( $arguments ['playlistid'] ) && isset ( $arguments ['id'] )) || $player_color['show_related_video']== 1|| (isset ( $arguments ['playlistid'] ))) && (isset ( $arguments ['relatedvideos'] ) && $arguments ['relatedvideos'] == 'on'))) { -
contus-video-gallery/trunk/hdflvvideoshare.php
r976447 r977779 876 876 <meta itemprop="name" content="'.$videoname.'" /> 877 877 <meta itemprop="thumbnail" content="'.$imageFea.'" /> 878 <meta itemprop="description" content="'. $description.'" />878 <meta itemprop="description" content="'.strip_tags($description).'" /> 879 879 </div> 880 880 <meta itemprop="image" content="'.$imageFea.'" />
Note: See TracChangeset
for help on using the changeset viewer.