mhalbrook
Junior Member   Posts: 22 Registered: 12/29/2002 Status: Offline
|
posted on 11/5/2004 at 07:27 PM |
I'm trying to write a custom command to show a specific image if a user is
not logged in, so i created a custom command with just the HMTL to display
the image/link but I get this error:
Parse error: parse error, unexpected '<' in
/path/modules/AutoTheme/includes/atAPI.php(494) : eval()'d code on line
43
|
| |
| |
Shawn
Administrator   Posts: 4575 Registered: 10/7/2002 Status: Online
|
posted on 11/6/2004 at 11:43 AM |
What's the HTML that you're using?
-Shawn |
| |
mhalbrook
Junior Member   Posts: 22 Registered: 12/29/2002 Status: Offline
|
posted on 11/6/2004 at 02:47 PM |
<img src = "image">
I also tried making it PHP and I even tried the php Snipit in the docs, all
of them gave me that error. |
| |