يعني پوشه اي به نام html نداريد؟
مطمئنيد؟

يعني پوشه اي به نام html نداريد؟
مطمئنيد؟
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
بله! ندارهنوشته اصلی توسط safajuy [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
كدهاتون رو برگردونيد به حالت اول و اين روش رو تست كنيد:
اين كد رو پيدا كنيد:
با اين كد جايگزين كنيد:کد:<td valign="top"> <span class="small"> <?php JText::printf( 'Written by', ($this->escape($this->article->created_by_alias) ? $this->escape($this->article->created_by_alias) : $this->escape($this->article->author)) ); ?> </span> </td> </tr> <?php endif; ?> <?php if ($this->params->get('show_create_date')) : ?> <tr> <td valign="top" class="createdate"> <?php echo JHTML::_('date', $this->article->created, JText::_('DATE_FORMAT_LC2')) ?> </td> </tr>
تست نكردم ولي به احتمال قوي جواب ميدهکد:<td valign="top"> <span class="small"> <?php JText::printf( 'Written by', ($this->escape($this->article->created_by_alias) ? $this->escape($this->article->created_by_alias) : $this->escape($this->article->author)) ); ?> <?php if ($this->params->get('show_create_date')) : ?> <div class="createdate"> <?php echo JHTML::_('date', $this->article->created, JText::_('DATE_FORMAT_LC2')) ?> </div> </span> </td> </tr> <?php endif; ?>
موفق باشيد
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
علاقه مندی ها (Bookmarks)