سلام یه سوال دیگه :
مثلا اینجا نوشته :
کد:
<file name="$themedir/index.template.php">
	<operation>
		<search position="before"><![CDATA[<body>';]]></search>
		
<add><![CDATA[	
	//Display ads on the top of the page
	if (function_exists("show_topofpageAds"))
	{
		$ads = show_topofpageAds();	
		if(!empty($ads))
			if($ads['type']==0)
				echo $ads['content'];
			else
				eval($ads['content']);	
		unset($ads);
	}
]]>
</add>
	</operation>
م باید توی index.template.php قالب بگردیم هر جا <body>'; بود قبلش

کد:
//Display ads on the top of the page
	if (function_exists("show_topofpageAds"))
	{
		$ads = show_topofpageAds();	
		if(!empty($ads))
			if($ads['type']==0)
				echo $ads['content'];
			else
				eval($ads['content']);	
		unset($ads);
	}
رو اضافه کنم . درسته دیگه ؟
اصلا من اونجا عبارت <body>'; ندیدم که بخوام قبلش اضافه کنمو اینکه یه جای دیگه دیدم نوشته بود </td> من گشتم دیدم نزدیک 500 تا از اینا پیدا کردم پس قبل از هر 500 تای اینا باید عبارت اضافه کنم ؟