Subversion Repositories SvarDOS

Rev

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

Rev 89 Rev 120
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 Svarog386\'s people?',
4
  'pkgincl' => 'Packages inclusion rules',
4
  'pkgincl' => 'Packages inclusion rules',
5
  'pkgformat' => 'Package format',
5
  'pkgformat' => 'Package format',
-
 
6
  'licensing' => 'Svarog386 licensing',
6
  'onlinerepos' => 'Svarog386 online repositories'
7
  'onlinerepos' => 'Svarog386 online repositories'
7
  );
8
  );
8
 
9
 
9
  natcasesort($arts);
10
  natcasesort($arts);
10
 
11