Hi,
Got a small smarty script made, and the developper is with holidays right now.
Maby anyone from here is willing to give me the solution.
The settings (config.php) of www2 are :
The directory ['2_folder'] is named like "1XXX1_01" (w/o quotes)
But i need to have the 1XXX1_ deleted from that part of the url, which it output.
How I'd go around that ?
Any help is apreciated,
~ Renaldo,
Got a small smarty script made, and the developper is with holidays right now.
Maby anyone from here is willing to give me the solution.
Code:
$row2['url'] = $_site_www2.'/folder/'.$row2['2_folder'].'-name.ext';
Code:
$_site_www2 = 'http://www.domain2.com';
But i need to have the 1XXX1_ deleted from that part of the url, which it output.
How I'd go around that ?
Any help is apreciated,
~ Renaldo,

Comment