/[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

Annotation of /inc/news_type.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations)
Thu Jun 6 11:29:44 2002 UTC (21 years, 10 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +13 -1 lines
new pictures for wap, wap integration with inc/news_type.inc

1 dpavlin 1.1 <?php
2    
3     // news types
4    
5     $news_type = array(
6 dpavlin 1.2 "n"=>"General News",
7 dpavlin 1.1 "i"=>"Investor News",
8 dpavlin 1.2 "e"=>"Events",
9 dpavlin 1.3 "f"=>"Investor Events",
10 dpavlin 1.2 "c"=>"Community Relations",
11     "r"=>"Results",
12     "a"=>"Annual Reports",
13     "p"=>"Presentations",
14 dpavlin 1.1 "o"=>"Company Profile"
15 dpavlin 1.4 );
16    
17     // wap pictures (and wap will take only news with this type and display it)
18    
19     $wap_pics = array(
20     "n"=>"news.wbmp",
21     "i"=>"investor.wbmp",
22     "e"=>"events.wbmp",
23     "f"=>"investor.wbmp",
24     "c"=>"community.wbmp",
25     "r"=>"results.wbmp",
26     "a"=>"annual.wbmp"
27     );
28 dpavlin 1.1
29     ?>

  ViewVC Help
Powered by ViewVC 1.1.26