Template Customization
Last updated
Last updated
We use Smarty Templating Engine to Render Template. Here is the current structure. and how it works.
For each file that Person is landed on we load the HTML file of it using Smarty. E.g
When user open /watch_video.php, for smarty, we have watch_video.html file present in /styles/template/layout/ folder
it has all the HTML files of the template and that is where you edit the files. to access this folder dynamically use {$tyles_dir}
this is where we place our CSS files, this is to include them easily and place them seperately.
This directory is where we place our images file required for any template and to access it
returns the base url of the website
to access the images folder URL of the template
to access the theme folder of the URL
$vdo object from Video.class.php
$userquery object from User.class.php
Basically all is mentioned in /includes/common.php
userid();
get_videos();
get_video();
and all PHP functions...because smarty support PHP