Problem in Opera, Internet Explorer and fireox

  • yiannisps
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago #21845 by yiannisps
Replied by yiannisps on topic Problem in Opera, Internet Explorer and fireox

ivan.milic wrote: To je do bug-a u skorasnjem izdanju templejta. Otvori:

templates\hot_cinema\library\logo.php

...
<img src="<?php echo $template_path.DS."images".DS.$logoImageFile; ?>" alt="<?php echo $logoImageAlt; ?>" /></a></div>
....

.DS. zameni sa .'/'.


What do you mean?

Please Log in to join the conversation.

More
12 years 6 months ago #21847 by dijana
Zshvsljujem dragi prijatelju, prikaz loga u firefixu je resen tako sto sam zamenila liniju koja sada izgleda ovako.
php echo $template_path.'/'."images".'/'.$logoImageFile; ?>"

Iznenadjena sam vasom azurnoscu, jako brzo je stigo odgovor.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 6 months ago #21848 by milos
@yiannisps:

Please edit

templates\hot_cinema\library\logo.php

...
<img src="<?php echo $template_path.DS."images".DS.$logoImageFile; ?>" alt="<?php echo $logoImageAlt; ?>" /></a></div>
...

Replace .DS. with .'/'.

...
<img src="<?php echo $template_path.'/'."images".'/'.$logoImageFile; ?>" alt="<?php echo $logoImageAlt; ?>" /></a></div>
...

Please Log in to join the conversation.

More
12 years 6 months ago #21849 by dijana
Izvinjavam se zbo srpskog jezika zaista, ali moj engleski je jako los, pa se bojim da ce biti na prvom mestu nerazumljivo, a mozda i smesno. Naravno primetila sam da su Milos i Ivan tu koji ce me razumeti :blush:

Please Log in to join the conversation.

Time to create page: 0.087 seconds
Powered by Kunena Forum