This template is a gallery that requires jQuery + jQuery UI Easing and AD Gallery from here:
http://adgallery.codeplex.com/documentation
Download AD Gallery and include it like this with TypoScript:
page {
includeCSS.adgalcss = fileadmin/ADGallery/lib/jquery.ad-gallery.css
includeJSFooter.adgallery = fileadmin/ADGallery/lib/jquery.ad-gallery.min.js
jsFooterInline {
77 = TEXT
77.value (
var galleries = $('.ad-gallery').adGallery();
)
}
}
Remove jsFooterInline, if you use the extended version of this template!
Copy this HTML-file from typo3conf/ext/camaliga/Resources/Private/Templates/Content to your fileadmin-folder.
Specifty the fileadmin-folder like this:
plugin.tx_camaliga.view.templateRootPath = fileadmin/Resources/Private/Extensions/Camaliga/
Copy this file in the subfolder "Content" of this folder.