I try to copy and localize a zendframework project
seems every thing worked good but in final output in browser no variable from controller passed
and this html code without CSS and JS loading are shown
<div id="content-slides">
<?= $this->layout()->content; ?>
</div>
</div>
----------------------------------------------------------------
<ul class="list-col">
<li>
<a href="<?=$this->url(array('module' => 'default', 'controller' => 'productscomputer', 'action' => 'list'), 'shop')?>"><?=$this->_("Products")?></a>
this was index.phtml that remain un parsed
but seems layout is pares and
'<?=$this->baseUrl()?>'
parsed to my baseURL (in rendered final html outout)
nothing had change from original project but every configuration edited
projects use 2 module and no controller are in application path
Make sure short open tags are turned on in your new environment.