PDA

View Full Version : where to build phrases?


itsid
12 Feb 2007, 18:02
Hi,just a short question:

What makes more sense,
building the phrases in the plugin with:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


or building them in the template using


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



??

Is it just a matter of personal preferation or is there any significant difference
(serverload or something) ?

Thanks
'sid

Marco van Herwaarden
13 Feb 2007, 08:51
Building it in php code is better for performence.

itsid
13 Feb 2007, 14:01
thanks alot
that's all I need to finally make a decision ;)

cheers
'sid