This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
function the_title_remove_language($title) | |
{ | |
$pattern = '/^\((English|Polski)\) /'; | |
if (preg_match($pattern, $title, $lang)) { | |
$title = preg_replace($pattern, '', $title); | |
if ($lang[1] == 'English') { | |
$title .= ' <img src="'.get_bloginfo('wpurl'). | |
'/wp-content/plugins/qtranslate/flags/uk.png" alt="English"/>'; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// default values (for variables not set in flashvars) | |
_root.buffer == undefined && (_root.buffer = 20); | |
_root.mute == undefined && (_root.mute = true); | |
_root.volume == undefined && (_root.volume = 80); | |
_root.movie == undefined && (_root.movie = "movie.flv"); | |
myVideo.muteButton= Mute_btn; | |
myVideo.playPauseButton = Play_btn; | |
myVideo.contentPath = _root.movie; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fasdfasdf |