diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-01-01 22:32:55 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-01-01 22:32:55 +0000 |
| commit | 7241cd7d984697cb80051182be4def01a2c7cef4 (patch) | |
| tree | 2c3f01302a16c3957083c4faffc7634a8d7c2c8c /js/jw_player/wmvVideo.php | |
| parent | e4064f28a6c640db7d4324ab486b2917c1b0dc1b (diff) | |
| download | webtrees-7241cd7d984697cb80051182be4def01a2c7cef4.tar.gz webtrees-7241cd7d984697cb80051182be4def01a2c7cef4.tar.bz2 webtrees-7241cd7d984697cb80051182be4def01a2c7cef4.zip | |
Refactoring class names and use autoloading.
Diffstat (limited to 'js/jw_player/wmvVideo.php')
| -rw-r--r-- | js/jw_player/wmvVideo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/jw_player/wmvVideo.php b/js/jw_player/wmvVideo.php index 6218966e5d..bcb4461984 100644 --- a/js/jw_player/wmvVideo.php +++ b/js/jw_player/wmvVideo.php @@ -30,7 +30,7 @@ * @author Brian Holland */ ?> -<html xmlns="http://www.w3.org/1999/xhtml" <?php // echo i18n::html_markup(); ?>> +<html xmlns="http://www.w3.org/1999/xhtml" <?php // echo WT_I18N::html_markup(); ?>> <head> <META HTTP-EQUIV="Expires" CONTENT="Tue, 01 Jan 1980 1:00:00 GMT"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> |
