Пример #1
0
	 function updater() {
		' . $link . '
	 }
	</script>';
    msg::updater($updater_message);
}
?>

<script>
$(document).ready(function() { 

$('#phpos_desktop_logo').delay(1500).show('fast');
$('#phpos_desktop_logo').fadeIn('slow').delay(5000).fadeOut('slow');

$.wallpaper({
	file: "<?php 
$my_wallpaper_type = myconfig('wallpaper_type');
$wallpaper = new phpos_wallpapers();
if ($my_wallpaper_type == 'user') {
    echo $wallpaper->get_user_url(myconfig('wallpaper'));
} else {
    echo $wallpaper->get_global_url(myconfig('wallpaper'));
}
//echo PHPOS_WEBROOT_URL.myconfig('wallpaper');
?>
"
});
	phpos.windowDesktopCreate('PHPOS DESKTOP', 'app', 'app_id:explorer@desktop, parent_id:0', 'fs:db_mysql');
});
</script>