ENG. :Block presentation off new posts has not rounded of the left end the titles
HR. : Blok prikaza novih postova nema zaobljeni lijevi kraj kraj naslova
Example is not properlyPrimjer neispravno:
otvorite daroteku u /public_html/Sources/PortaMx/Class/newposts.php
zatim pronađite
<h4 id="pmx'.$this->cfg['id'].'hspos'. $pid .'" class="'. $this->cfg['config']['visuals']['postheader'] .' catbg_grid"><span class="left"></span>
'. $post['icon'] .'<span class="normaltext cat_msg_title">'. $post['link'] .'</span>
</h4>i zamijenite s ovim
<div class="'. str_replace('bg', '_bar', $this->cfg['config']['visuals']['postheader']) .' catbg_grid">
<h4 id="pmx'.$this->cfg['id'].'hspos'. $pid .'" class="'. $this->cfg['config']['visuals']['postheader'] .' catbg_grid"><span class="left"></span>
'. $post['icon'] .'<span class="normaltext cat_msg_title">'. $post['link'] .'</span>
</h4>
</div>Ispravan prikaz: