|
hey boss, I replied to your PM.
for anyone else wondering, PLigg 5.1 (or 5.5, i dodnt remember) is using the smarty template enigine. all the templates are located in \template\ they are TPL files, which are basicly HTML, with smarty tags.
smarty tags are declared in curly brackets, like {$I_am_a_variable} these tell the template engine that the code assigned to $I_am_a_variable will be placed there. edit the TPL files, along with the CSS files, and you're on your way to customising!
|