Difference between revisions of "Customization"
From PhotoVoltaic Logger new generation
 (Created page with "== Templates ==  The web frontend templates resides at <tt>frontend/View</tt>  The internal search logic for the to be used template is this (assume this requested template: <...")  | 
				m  | 
				||
| Line 13: | Line 13: | ||
The <tt>custom</tt> sub directories are not delivered with Git repository, you have to create them if required.  | The <tt>custom</tt> sub directories are not delivered with Git repository, you have to create them if required.  | ||
| − | These directories will be ignored on update, they are excluded via <tt>.gitignore</tt>  | + | These directories will be ignored on update, they are excluded via <tt>[https://github.com/K-Ko/PVLng/blob/master/.gitignore .gitignore]</tt>  | 
== Coding ==  | == Coding ==  | ||
[[Category:Internals]]  | [[Category:Internals]]  | ||
Revision as of 15:13, 3 March 2014
Templates
The web frontend templates resides at frontend/View
The internal search logic for the to be used template is this (assume this requested template: default.footer.tpl)
-  Search these directories
- frontend/View/{module}/custom
 - frontend/View/{module}
 - frontend/View/custom
 - frontend/View
 
 - Found template here: frontend/View/default.footer.tpl
 
The custom sub directories are not delivered with Git repository, you have to create them if required.
These directories will be ignored on update, they are excluded via .gitignore