[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] strange image problem in category_vert_toggle



Hello,

I'd like to have images in category_vert_toggle. The code reads like
this:


----------------------------------------  cut
[set toggleswitchon]upfeil.gif[/set]
[set imagedirurl][/set]
[set imagedirpath]__DOCROOT__/__IMAGE_DIR__[/set]

Testlabel: <img src="[control toggleswitchon]" alt="test" />

[seti showtoggleon][if type=file term="[control imagedirpath]/[control toggleswitchon]"]
                <img src="[control imagedirurl][control toggleswitchon]"
                     alt="hide menu" />
        [else]
                <font class="categorybar"><font size="+1">+</font></font>
        [/else]
        [/if][/seti]
----------------------------------------  cut


This code is culled from the foundation shop.


The problem is this: I have several sets of arrows which I want to use
there, but only one arrow works. All arrows get displayed nicely right
of "Testlabel:", indicating that the image file exists, but only one of
the files makes it into the menues, the one shown, but all other files
result in the following [seti] expression evaluating to a plus sign,
not even rendering an <img> tag. All image files also have the exact
same permissions (0644) and reside in the same directory.


Any ideas, please?


Best,
--Toni++

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.