Resource icon

Replace title image with flash object

Jake Bunce

Well-known member
Jake Bunce submitted a new resource:

Replace title image with flash object (version 1.x) - Useful if you have a flash animation for a title image.

Edit this template:

Admin CP -> Appearance -> Templates -> logo_block

Replace the title image code:

Code:
			<div id="logo"><a href="{$logoLink}">
				<span><xen:comment>This span fixes IE vertical positioning</xen:comment></span>
				<img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" />
			</a></div>

With a flash object, like so:

Rich (BB code):
			<div id="logo">
				<span><xen:comment>This span fixes IE vertical positioning</xen:comment></span>
				<object...

Read more about this resource...
 
Top Bottom