+- css / /*all compiled files*/ ¦ +- themes/ /*all theme folders and files*/ ¦ +- bootstrap.css ¦ +- home.css ¦ +- megamenu.css ¦ +- template.css +- fonts / +- js / ¦ +- scripts.js +- tpls/ /* all layout files and block files*/ ¦ +- blocks/ /*all block files here*/ ¦ ¦ +- head.php ¦ ¦ +- mainbody.php ¦ ¦ +- footer.php ¦ ¦ +. +-less / /* all LESS files */ ¦ +- rtl/ /*all files of right to left layout*/ ¦ +- themes/ /*all theme folders theme files */ ¦ +- bootstrap.less ¦ +- core.less ¦ +- home.less ¦ +- joomla.less ¦ +. Check the folder structure to know where to start. T3 integrates Bootstrap, developed with LESS.
After Installation, you should know the folder structure of the framework which shows you where and how to work with files.