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

Diff of /fix_up/_data_corp_html_html.inc

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

revision 1.1 by dpavlin, Mon Jul 9 09:15:54 2001 UTC revision 1.2 by dpavlin, Mon Mar 18 11:37:07 2002 UTC
# Line 1  Line 1 
1  <?  <?
2    
3  // fixup html so that pictures point to corporate pages  // fixup html so that pictures point to corporate pages
4  $main=str_replace('img src="','img src="/data/corp_html/',$main);  #$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    
7  $main.="<!-- content from www.pliva.hr -->";  $main.="<!-- content from www.pliva.hr -->";
8    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26