|
@@ -11,7 +11,7 @@ function base_video_start($ppub, $path, $video) {
|
|
|
<title><?php echo(htmlentities($metadata["title"]));?> - <?php echo(SITE_NAME);?></title>
|
|
|
<meta name="description" content="<?php echo(htmlentities($metadata["description"]));?>">
|
|
|
<meta name="author" content="<?php echo(htmlentities($metadata["author"]));?>">
|
|
|
- <link rel="stylesheet" href="<?php echo(SITE_URL);?>/vanilla.css">
|
|
|
+ <link rel="stylesheet" href="<?php echo(SITE_URL);?>/themes/_base/vanilla.css">
|
|
|
<link rel="alternate" type="application/x-ppub" title="<?php echo(htmlentities($metadata["title"]));?> (as PPUB)" href="?download=true" />
|
|
|
<style type="text/css">
|
|
|
.player {
|
|
@@ -38,7 +38,7 @@ function base_video_start($ppub, $path, $video) {
|
|
|
</header>
|
|
|
|
|
|
<?php
|
|
|
-
|
|
|
+
|
|
|
generate_embed($path, $video);
|
|
|
}
|
|
|
|