/[corp_html]/inc/news_type.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /inc/news_type.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Apr 11 12:53:48 2002 UTC (22 years ago) by dpavlin
Branch: MAIN
news type in separate file

1 <?php
2
3 // news types
4
5 $news_type = array(
6 "n"=>"News",
7 "i"=>"Investor News",
8 "e"=>"Event",
9 "c"=>"Community",
10 "r"=>"Result",
11 "a"=>"Annual Report",
12 "p"=>"Presentation",
13 "o"=>"Company Profile"
14 )
15
16 ?>

  ViewVC Help
Powered by ViewVC 1.1.26