-
AuthorPosts
-
September 14, 2011 at 10:17 pm #168568
Hello, i need help!… i want put a favicon animated in /plugins/system/jat3/jat3/base-themes/default/blocks file: head.php … But i can’t :((
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 14, 2011 at 10:25 pm #412732Hi,can you please show us your website and also the code you want to insert ?
Regards
Manos
September 14, 2011 at 11:15 pm #412737[PHP]<?php
/*
# ————————————————————————
# JA T3 System plugin for Joomla 1.6
# ————————————————————————
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license – GNU/GPL, http://www.gnu.org/licenses/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com – http://www.joomlancers.com
# ————————————————————————
*/
?>
<script type=”text/javascript”>
var siteurl='<?php echo JURI::base(true) ?>/’;
var tmplurl='<?php echo JURI::base(true).”/templates/”.T3_ACTIVE_TEMPLATE ?>/’;
var isRTL = <?php echo $this->isRTL()?’true’:’false’ ?>;
</script><jdoc:include type=”head” />
<?php if (T3Common::mobile_device_detect()==’iphone’):?>
<meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1; user-scalable=1;” />
<meta name=”apple-touch-fullscreen” content=”YES” />
<?php endif;?><?php if (T3Common::mobile_device_detect()):?>
<meta name=”HandheldFriendly” content=”true” />
<?php endif;?><link href=”/plugins/system/jat3/jat3/base-themes/default/images/animated_favicon1.gif” rel=”icon” type=”image/gif” >
<?php JHTML::stylesheet (”, ‘templates/system/css/system.css’) ?>
<?php JHTML::stylesheet (”, ‘templates/system/css/general.css’) ?><!–>
<style>
.clearfix { display: inline-block; } /* IE7xhtml*/
</style>
<!–>
[/PHP]in the line : <link href=”/plugins/system/jat3/jat3/base-themes/default/images/animated_favicon1.gif” rel=”icon” type=”image/gif” >
i put the favicon animated but i can’t see only i can see the favicon static. the website is in localhost
laszlo73 Friendlaszlo73
- Join date:
- June 2011
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
December 14, 2011 at 4:39 pm #429639You must insert 2 lines. 1 for the favicon.ico and one for the gif …:
<link href=”<?php echo T3Path::getUrl(‘images/favicon.ico’) ?>” rel=”shortcut icon” type=”image/x-icon” />
<link href=”<?php echo T3Path::getUrl(‘animated_favicon1.gif’) ?>”rel=”icon” type=”image/gif” />Reply if helps ..
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Manos 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum