Changeset 3081 for plugins/tagflash/inc/class.tpl.tag.flash.php
- Timestamp:
- 11/08/11 17:26:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tagflash/inc/class.tpl.tag.flash.php
r3045 r3081 59 59 $res .= '<param name="bgcolor" value="#'.$settings->bgcolor.'"/>'."\n"; 60 60 } 61 if ($w->with_seo_content) { 62 $res .= '<div id="tagFlashContent">'.self::getTags($w, false).'</div>'."\n"; 63 } else { 64 $res .= '<p>'. __('This will be shown to users with no Flash plugin.').'</p>'; 65 } 61 $res .= '<div id="tagFlashContent">'.self::getTags($w, false).'</div>'."\n"; 66 62 $res .= '</object>'."\n"; 67 63 $res .= '<p><a href="'.$core->blog->url.$core->url->getBase('tags').'">'.__('All tags').'</a></p>';
Note: See TracChangeset
for help on using the changeset viewer.