Changeset 29 for branches/3/index.php


Ignore:
Timestamp:
Oct 14, 2008, 6:18:40 PM (16 years ago)
Author:
maron
Message:

Odhlášení, frontend.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3/index.php

    r27 r29  
    1010      default: echo HOME_PAGE;
    1111      break;
    12         case 'Register':
    13         $user->WriteRegistration();
    14         break;
     12     
     13      case 'Register': WriteRegistration();
     14      break;
     15      case 'Rule': echo '<p>'.RULE.'</p>';
     16      break;
    1517       
    1618    }
    17   } else echo '<p><h2>'.$Result.'</h2></p>';
     19  } else echo '<h2>'.$Result.'</h2>';
    1820 
    1921  echo '</div>';
Note: See TracChangeset for help on using the changeset viewer.