/[pliva-si]/fix_up/_data_corp_html_html.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 /fix_up/_data_corp_html_html.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Mon Mar 18 11:37:07 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -1 lines
*** empty log message ***

1 dpavlin 1.1 <?
2    
3     // fixup html so that pictures point to corporate pages
4 dpavlin 1.2 #$main=str_replace('img src="','img src="/data/corp_html/',$main);
5     $main=str_replace('img src="','img src="http://www.pliva.hr/',$main);
6 dpavlin 1.1
7     $main.="<!-- content from www.pliva.hr -->";
8    
9     ?>

  ViewVC Help
Powered by ViewVC 1.1.26