Ignore:
Timestamp:
Aug 21, 2013, 9:49:36 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Changed some pages names to without .php names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/Options.php

    r547 r569  
    3939                $Output .= '  <fieldset><legend>Překladatelský tým</legend>';
    4040                $DbResult = $this->Database->query('SELECT `Id`, `Name` FROM `Team`');
    41                 $Output .= '<a href="team.php?action=create">Vytvořit tým</a><br />'.
    42                                 '<a href="team.php?action=leave">Opustit tým</a><br />'.
    43                                 '<br /><form action="team.php" method="get">'.
     41                $Output .= '<a href="team/?action=create">Vytvořit tým</a><br />'.
     42                                '<a href="team/?action=leave">Opustit tým</a><br />'.
     43                                '<br /><form action="team/" method="get">'.
    4444                                '<input type="hidden" name="action" value="gointeam"/>'.
    4545                                '<select name="id">';
Note: See TracChangeset for help on using the changeset viewer.