This template is a carousel that requires jQuery and OWL Caousel from here: http://www.owlgraphic.com/owlcarousel/ And you need SimpleModal from here: http://www.ericmmartin.com/projects/simplemodal/ Download both and include them like this with TypoScript: page { includeJS.simplemodal = fileadmin/template/simplemodal/basic/js/jquery.simplemodal.js includeCSS.simplecss = fileadmin/template/simplemodal/basic/css/basic.css includeJS.owl = fileadmin/template/owl/owl-carousel/owl.carousel.min.js includeCSS.owlcss = fileadmin/template/owl/owl-carousel/owl.carousel.css includeCSS.owltheme = fileadmin/template/owl/owl-carousel/owl.theme.css } Note: if you want to copy this HTML-file to your fileadmin-folder, you can specifty the folder like this: plugin.tx_camaliga.view.templateRootPath = fileadmin/template/files/ Copy this file in a subfolder named "Content" of this folder.