View Single Post
  #2 (permalink)  
Old 02-01-2006, 04:44 PM
cryptkeeper cryptkeeper is offline
Constant Pligger
 
Join Date: Jan 2006
Posts: 197
Thanks: 1
Thanked 0 Times in 0 Posts
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!
Reply With Quote