I wanted to add our company logo to the signup page. Is it as easy as adding some HTML code before the first PHP code in the signup.html page? I was going to add an img src tag before this code: {assign var="title" value=$smarty.const._TPL_SIGNUP_TITLE} {include file="header.html"} {include file="error.inc.html"} Thanks, Chris
you do that and you'll screw that template up question is, where did you want to add the image? if above the signup form, add your image code just BELOW the code you quoted there...
Miso, The image will be added above the form, upper left to be exact. Below the code would make sense since the code includes the header.html. Thanks for your help! Simon