Quantcast
Channel: WHMCS Community Forums
Viewing all articles
Browse latest Browse all 13458

Can't find PHP/Smarty variable declarations

$
0
0
Hi,

I wan't to make some minor changes to the HTML of some of the invoice templates, like adding ids for CSS.
But the code I need to alter isn't plain HTML; instead the template references variables e.g
Code:

{$paymentmethod}
Code:

{$gatewaydropdown}
I can't find the source that declares and initialises these variables. I've already tried full-text searching the through whole project... Neither my IDE nor grep/find/ack was able to find something.

Where do they come from?

Thanks!

Viewing all articles
Browse latest Browse all 13458

Trending Articles