
01-08-2011, 12:18 AM
|
|
|
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by TheInsaneManiac
All I want to do is covert the current fetch template into current VB code. How do I do this in 4.0?
Code:
eval('$soundnotification = "' . fetch_template('sound_notification') . '";');
I tried:
Code:
$soundnotification .= vB_Template::create('sound_notification')->render();
But to no avail does it work
|
Help
|