Ignore:
Timestamp:
Nov 14, 2011, 6:59:29 PM (12 years ago)
Author:
flop25
Message:

new option : choice of manage 16 and/or 18+
language files updated : new keys to translate and English key instead of French

Location:
extensions/adult_content/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/adult_content/include/charte.tpl

    r9626 r12621  
    88
    99
     10{if $AD_C_manage_what=="18" || $AD_C_manage_what=="both"}
    1011<fieldset>
    1112<form method="post" action="{$ROOT_URL}identification.php" >
     
    1718</form>
    1819</fieldset>
     20{/if}
     21{if $AD_C_manage_what=="16" || $AD_C_manage_what=="both"}
    1922<fieldset>
    2023<form method="post" action="{$ROOT_URL}identification.php" id="quickconnect">
     
    2528</form>
    2629</fieldset>
     30{/if}
    2731<fieldset>
    2832        <div align="center">
  • extensions/adult_content/include/charte_user.tpl

    r9626 r12621  
    1010    <p>{$EXPLIC}</p>
    1111    <p>{$MAIN}</p>
     12    {if $AD_C_manage_what=="18" || $AD_C_manage_what=="both"}
    1213    <fieldset>
    1314      <form method="post" action="{$pwg_root}charte_user.php" >
     
    1718      </form>
    1819    </fieldset>
     20    {/if}
     21    {if $AD_C_manage_what=="16" || $AD_C_manage_what=="both"}
    1922    <fieldset>
    2023      <form method="post" action="{$pwg_root}charte_user.php">
     
    2427      </form>
    2528    </fieldset>
     29    {/if}
    2630    <fieldset>
    2731      <form method="post" action="{$pwg_root}charte_user.php">
Note: See TracChangeset for help on using the changeset viewer.