زمان کنونی: ۲۵-۶-۱۴۰۵, ۱۰:۳۳ عصر درود مهمان گرامی! (ورودثبت نام)


ارسال پاسخ 
 
امتیاز موضوع:
  • 0 رأی - میانگین امتیازات: 0
  • 1
  • 2
  • 3
  • 4
  • 5
پاک کردن favicon
۱۵-۱۱-۱۳۹۰, ۰۹:۰۴ صبح
ارسال: #7
RE: پاک کردن favicon
نمی دونم چرا انقدر اصرار دارید به این مساله چون واقعا تاثیرش ناچیز، در فایرفاکس که اگه از هیچ کدیم استفاده نشه و favicon.ico در روت باشه خونده می شه در IE ام کد داره ولی در جوملا در هر قالب جداگانه لازم نیست نوشته بشه، به این مسیر برید:

libraries\joomla\document\html\html.php

خط 131-147:
     /**
     * Adds a shortcut icon (favicon)
     *
     * <p>This adds a link to the icon shown in the favorites list or on
     * the left of the url in the address bar. Some browsers display
     * it on the tab, as well.</p>
     *
     * @param     string  $href        The link that is being related.
     * @param     string  $type        File type
     * @param     string  $relation    Relation of link
     * @access    public
     */
    function addFavicon($href, $type = 'image/x-icon', $relation = 'shortcut icon')
    {
        $href = str_replace( '\\', '/', $href );
        $this->_links[] = '<link href="'.$href.'" rel="'.$relation.'" type="'.$type.'"';
    }

و خط 343-359:
        // Try to find a favicon by checking the template and root folder
        $path = $directory . DS;
        $dirs = array( $path, JPATH_BASE . DS );
        foreach ($dirs as $dir )
        {
            $icon =   $dir . 'favicon.ico';
            if (file_exists( $icon ))
            {
                $path = str_replace( JPATH_BASE . DS, '', $dir );
                $path = str_replace( '\\', '/', $path );
                $this->addFavicon( JURI::base(true).'/'.$path . 'favicon.ico' );
                break;
            }
        }

        return $contents;
    }
یافتن تمامی ارسال‌های این کاربر
نقل قول این ارسال در یک پاسخ بازگشت به بالا
 سپاس شده توسط محمدسلیمانی ، Pourdaryaei ، shahnaz
ارسال پاسخ 


پیام‌های داخل این موضوع
پاک کردن favicon - sasanu - ۱۵-۱۱-۱۳۹۰, ۰۲:۱۵ صبح
RE: پاک کردن favicon - محمدسلیمانی - ۱۵-۱۱-۱۳۹۰, ۰۲:۲۵ صبح
RE: پاک کردن favicon - sasanu - ۱۵-۱۱-۱۳۹۰, ۰۲:۳۴ صبح
RE: پاک کردن favicon - mahdi71 - ۱۵-۱۱-۱۳۹۰, ۰۲:۳۴ صبح
RE: پاک کردن favicon - محمدسلیمانی - ۱۵-۱۱-۱۳۹۰, ۰۲:۴۳ صبح
RE: پاک کردن favicon - sasanu - ۱۵-۱۱-۱۳۹۰, ۰۲:۵۲ صبح
RE: پاک کردن favicon - صدرا حسابی - ۱۵-۱۱-۱۳۹۰ ۰۹:۰۴ صبح

پرش به انجمن:


کاربرانِ درحال بازدید از این موضوع: 1 مهمان