Jump to content

Homepage's logo?


icesoul

Recommended Posts

Salut icesoul,

Pentru a modifica imaginea .jpg cu un fişier flash, trebuie să intri în folderul themes\your_theme şi să editezi header.tpl.

Editează linia 45 (în tema default PS):

                


cu:

//                

               <object width="55" height="40">

<embed src="somefilename.swf" width="55" height="40">
</embed>
</object>


Următorul pas este să aplici logo-ul tău între <object> </object>:

                <object width="55" height="40">

<embed src="somefilename.swf" width="55" height="40">
</embed>
</object>


Dacă doreşti ca logo-ul tău să apară doar în locul logo-ului default atunci modifică linia 45

                


cu

                <object width="55" height="40">

<embed src="somefilename.swf" width="55" height="40">
</embed>
</object></h1>




Baftă!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...