View Single Post
  #2  
Old 04-14-2014, 02:36 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,394
IntoRain is on a distinguished road
Default

I don't quite get your question, but I hope this helps:

-> The html of the whole page is inside templates. If you are using the main theme, it's inside the main folder in the header.tpl and template.tpl files. Check out Smarty to see how it all works together.
-> The part where the content appears is in the .php pages. Each page is divided in two .php files per MVC convention. For example if you want to edit login page: loginview.php for the part shown to the user (text written - the View) and login.php for the input confirmations and database-related accesses (the Controller)
__________________


asp.net stole my soul.
Reply With Quote