Subversion Repositories SvarDOS

Rev

Rev 120 | Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 120 Rev 140
Line 1... Line 1...
1
<?php
1
<?php
2
  $arts = array(
2
  $arts = array(
3
  'support' => 'How do I get in touch with Svarog386\'s people?',
3
  'support'     => 'How do I get in touch with the Svarog386 community?',
4
  'pkgincl' => 'Packages inclusion rules',
4
  'pkgincl'     => 'Packages inclusion rules',
5
  'pkgformat' => 'Package format',
5
  'pkgformat'   => 'Package format',
6
  'licensing' => 'Svarog386 licensing',
6
  'licensing'   => 'Svarog386 licensing',
7
  'onlinerepos' => 'Svarog386 online repositories'
7
  'onlinerepos' => 'Svarog386 online repositories',
-
 
8
  'whatmeans'   => 'What does "Svarog" mean?'
8
  );
9
  );
9
 
10
 
10
  natcasesort($arts);
11
  natcasesort($arts);
11
 
12
 
12
  if (isset($_GET['art'])) {
13
  if (isset($_GET['art'])) {