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

Diff of /inc/news_type.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dpavlin, Mon Apr 29 12:58:17 2002 UTC revision 1.4 by dpavlin, Thu Jun 6 11:29:44 2002 UTC
# Line 12  $news_type = array( Line 12  $news_type = array(
12          "a"=>"Annual Reports",          "a"=>"Annual Reports",
13          "p"=>"Presentations",          "p"=>"Presentations",
14          "o"=>"Company Profile"          "o"=>"Company Profile"
15  )  );
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    
29  ?>  ?>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26