Skip to content

Instantly share code, notes, and snippets.

@christianhent
Created December 15, 2017 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianhent/cccfb43429a9cb56bde194b467a82dfe to your computer and use it in GitHub Desktop.
Save christianhent/cccfb43429a9cb56bde194b467a82dfe to your computer and use it in GitHub Desktop.
alternative zatracks polyline layout
<?php if ($displayData['plg_params']['show_map'] == 1 && !empty($trc['polyline']) ) : ?>
<?php $layout = new JLayoutFile('joomla.zatracks.map', $basePath = null, array('suffixes' => array('polyline'),'debug' =>(bool)$dbg));?>
<?php echo $layout->render($trc['polyline']);?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment