ik heb een vraag over
Code: Select all
{image}
deze bij {image src=""}
[/uploads/images/header.png]
deze bij {content_image block='header.png' dir='images'}
Fatal error: Call to undefined function _smarty_cms_function_content_return() in /srv/ghostie/www/www.kunstenaars.org/plugins/function.content_image.php on line 35
Ik hoop dat jullie kunnen helpen.
Code: Select all
{process_pagedata}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title>{sitename} - {title}</title>
{metadata}
{stylesheet}
</head>
</__body>
<!-- start content -->
<div id="content">
{image src="/uploads/images/header.png"}
{content_image block='header.png' dir='images'}
</div>
<!-- end content -->
<__body>
</__html>