RE: [SM-USERS] change order of headers in printer friendly view

2003-10-18 Thread Dean Holden
Rafael, If you don't understand echo statements, I would recommend you go out to http://www.php.net/ or get a good php programming book, so you'll have a better understanding of what you're working with... Dean = Original message from Rafael Garay = > Thanks! That was it. I don't underst

RE: [SM-USERS] change order of headers in printer friendly view

2003-10-17 Thread Rafael Garay
Thanks! That was it. I don't understand echo statements. But it looks like maybe they start with echo and end with a semicolon. This is only my second day with SM, but I'm liking it very much. Especially with all the plugins available. p dont think said: > You probably forgot to adjust the end and

RE: [SM-USERS] change order of headers in printer friendly view

2003-10-17 Thread p dont think
> Can someone tell me how to edit the following code from > printer_friendly_bottom.php so that the order of the headers is.. > > Date > From > To (or CC if it exists) > Subject > > I've tried several ways of doing it but I always get an error when I > switch To/CC with Subject. You probably for