Ignore:
Timestamp:
09/29/07 21:51:40 (5 years ago)
Author:
hverton
Message:

Added language selection and language detection
When adding a new member as sponsor, the member will be added to the 'Sponsors' user_group
Added missing index.php to the new cache directories

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11Copy of config.php 
         2config.backup.php 
        23config.php 
  • trunk/includes/templates/admin.settings_languages.tpl

    r843 r858  
    2525            <td width='50%' class='tbl'> 
    2626                <select name='localeset' class='textbox'> 
    27                     {foreach from=$locale_files item=file} 
     27                    {foreach from=$locales item=file} 
    2828                    <option value='{$file}'{if $settings2.locale == $file} selected{/if}>{$file}</option> 
    2929                    {/foreach} 
Note: See TracChangeset for help on using the changeset viewer.