Load wrong script directory with JHTML::_('script',....) - Joomla! Forum - community, help and support
hi,
i using joomla 3.0.2.
i not sure, found scripts loaded worong directory.
the script loaded as: <script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
but should <script src="/j3/media/system/js/mootools-core.js" type="text/javascript"></script>
how fix this.
many thanks.
i using joomla 3.0.2.
i not sure, found scripts loaded worong directory.
the script loaded as: <script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
but should <script src="/j3/media/system/js/mootools-core.js" type="text/javascript"></script>
how fix this.
many thanks.
code: select all
<meta name="description" content="joomla 3" />
<meta name="generator" content="joomla! - open source content management" />
<title>home</title>
<link href="http://localhost/j3/index.php" rel="canonical" />
<link href="/j3/templates/beez3/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link href="http://localhost/j3/index.php?option=com_search&format=opensearch" rel="search" title="search joomla 3" type="application/opensearchdescription+xml" />
<link rel="stylesheet" href="http://localhost/j3/plugins/content/plg_extranews/css/extranews.css" type="text/css" />
<link rel="stylesheet" href="http://localhost/j3/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="http://localhost/j3/templates/beez3/css/position.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="http://localhost/j3/templates/beez3/css/layout.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="http://localhost/j3/templates/beez3/css/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="http://localhost/j3/templates/beez3/css/general.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="http://localhost/j3/templates/beez3/css/personal.css" type="text/css" media="screen,projection" />
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
<script src="/media/jui/js/bootstrap.min.js" type="text/javascript"></script>
<script src="/j3/templates/beez3/javascript/md_stylechanger.js" type="text/javascript"></script>
<script src="/j3/templates/beez3/javascript/hide.js" type="text/javascript"></script>
<script src="/j3/templates/beez3/javascript/respond.src.js" type="text/javascript"></script>
Comments
Post a Comment