In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Relationship Graph View Issue ] Dependency Graph ]
related to child of duplicate of

Viewing Issue Simple Details
ID Category Type Reproducibility Date Submitted Last Update
0000729 [Advanced] General bug report always 2010-05-14 10:30 2010-06-10 13:47
Reporter Dmitry View Status public  
Assigned To alex
Priority critical Resolution fixed  
Status closed      
Summary 0000729: Google maps JS doesn't load on Link Details template
Description Current template code in in-link/elements/html_head.tpl

[code]
<!--## GOOGLE MAPS API INTEGRATION ##-->
<inp2:m_if check="m_IsActive" t="in-link/detail">
    <inp2:m_if check="m_GetConfig" name="l_EnableGoogleMaps">
<script type="text/javascript" src="http://www.google.com/jsapi?key=<inp2:m_GetConfig name="l_GoogleMapsAPIKey"/>"></script>
<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Link"/>inc/googlemaps.js"></script>
    </inp2:m_if>
</inp2:m_if>
<!--## GOOGLE MAPS API INTEGRATION ##-->
[/code]

has INCORRECT template path in the IF "in-link/detail".

It should be "in-link/links/link_detail".
Additional Information



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker