Results 1 to 3 of 3

Thread: [Solved] Delete a tag <p>

  1. #1
    New user
    Join Date
    09-08-09.
    Location
    Switzerland
    Posts
    23

    Default [Solved] Delete a tag <p>

    Hi,

    When a language is active, there is a tag <p class="active"></p> which includes the flag.

    Code:
    <div class="mod_changelanguage block">
    <ul>
    <li class="active lang-fr first">
       <p class="active">
           [img]system/modules/changelanguage/media/images/fr.gif[/img]
       </p>
    
    ...
    It's possible to delete the tag

    ?

    Or to modify like that ? If it's correct.

    Code:
    <li class="active lang-fr first">
           [img]system/modules/changelanguage/media/images/fr.gif[/img]
    Thanks

  2. #2
    User
    Join Date
    06-10-09.
    Location
    Loxstedt, Germany
    Posts
    54

    Default Re: Delete a tag <p>

    That's easy.

    Just go to Templates in the backend and create a new template based on mod_changelanguage which is the changelanguage template. You can now modify the template by your needs, remove the paragraph and add the active parameter to the image.

    Best,
    Helmut
    Blackmail's such an ugly word. I prefer extortion -- the "x" makes it sound cool.
    -- Bender

  3. #3
    New user
    Join Date
    09-08-09.
    Location
    Switzerland
    Posts
    23

    Default Re: Delete a tag <p>

    It's perfect ! Tanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •