Kod
<?php echo include_partial('global/list', array('pager' => $pager)) ?>
probowałem też
Kod
<?php echo include_partial('list', array('pager' => $pager)) ?>
i
Kod
<?php echo include_partial('frontend/list', array('pager' => $pager)) ?>
Po wpisaniu url web/modul/list pojawia się następujący błąd:
[b][sfRenderException][/b]
<h2 id="message">The template "C:\wamp\www\sf_sandbox\apps\frontend\templates/_list.php" does not exist in: C:\wamp\www\sf_sandbox\apps\frontend\templates</h2>
[b]stack trace[/b]
oczywiscie plik __list.php istnieje w danym folderze. Co jest nie tak ?