Jump to content
php.lv forumi

Neiet un viss


IespiedTehnologijas

Recommended Posts

Saliec pirms tām pēdiņām, kuras atrodas iekš echo '\', lai būtu '\"'.

#54
        if ( !$sublist && $this->m_children && sizeof($this->m_childlist))
            {
                echo "<a href = 'index.php?collapse=\". $this->m_postid.\" #$this->m_postid'>
                <img src='images/minus.gif' valign = bottom height= 22 width = 22 alt = 'Collapse Thread' border = 0> </a>";
            }    
        else if (!$sublist && $this->children)
            {
                echo "<a href = 'index.php?expand=\". $this->m_postid.\" #$this->m_postid'>
                <img src='images/plus.gif' valign = bottom height= 22 width = 22 alt = 'Expand Thread' border = 0> </a>";
            }

Link to comment
Share on other sites

×
×
  • Create New...