Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
embed_youtube_frames.php
1 <?php
16 ?>
17 
18 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
19 
20 <html>
21 <head>
22 <title>Embed YouTube</title>
23 </head>
24 <frameset rows="30,*" frameborder="0" border="0">
25  <frame src="embed_youtube_title.php" name="sq_wysiwyg_popup_title" scrolling="no" marginwidth="0" marginheight="0" noresize="noresize" />
26  <frame src="embed_youtube.php?<?php echo htmlspecialchars($_SERVER['QUERY_STRING'], ENT_QUOTES); ?>" name="sq_wysiwyg_popup_main" scrolling="no" marginwidth="0" marginheight="0" noresize="noresize" />
27 </frameset>
28 </html>