summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay90852022-11-18 12:34:40 +0530
committerakshay90852022-11-18 12:34:40 +0530
commitf2ce6fcc5fd1f7c6cd74a04b27a8d6ae0bc8370f (patch)
tree27ac59d8b36cad89eaf6e4f35e84618869c77144
parent5cfd278e874066f1b6a2011fc5609609483bb1f6 (diff)
downloadcfd_research_migration-f2ce6fcc5fd1f7c6cd74a04b27a8d6ae0bc8370f.tar.gz
cfd_research_migration-f2ce6fcc5fd1f7c6cd74a04b27a8d6ae0bc8370f.tar.bz2
cfd_research_migration-f2ce6fcc5fd1f7c6cd74a04b27a8d6ae0bc8370f.zip
add link to script file
-rwxr-xr-xcfd_research_migration.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfd_research_migration.module b/cfd_research_migration.module
index 94e607c..4488beb 100755
--- a/cfd_research_migration.module
+++ b/cfd_research_migration.module
@@ -856,7 +856,7 @@ function view_lecture_videos(){
$page_content .= "<div class='container-testimonial'><h3><strong>{$result->video_title}</strong></h3>";
$page_content .= "<video title='' controls='' preload='' data-setup='{}' width='500' height='250'>
<source src={$result->video_link} type='video/mp4'></video>";
- $page_content .= "<span>{$result->video_description_text}</span></div>";
+ $page_content .= "<span>{$result->video_description_text}</span><h4>Click <a href='{$result->script_file_link}' target='_blank'>here</a> to view the script file</h4></div>";
}
return $page_content;
}