By default the ability to download templates is disabled, we did this to protect your safety. To enable please follow these steps: 1. Open admin/whitelabel.php 2. Change the line (true means disable, false means enable) $whiteLabel['DisableTemplateDownloading'] = true; to $whiteLabel['DisableTemplateDownloading'] = false; 3. Save the file!