Skip to content

Instantly share code, notes, and snippets.

@tydlyn
tydlyn / .gitignore
Created September 16, 2013 11:39
Joomla .gitignore file to ignore all Joomla 3.x core files
.htaccess
administrator/cache/*
administrator/components/com_admin/*
administrator/components/com_banners/*
administrator/components/com_cache/*
administrator/components/com_categories/*
administrator/components/com_checkin/*
administrator/components/com_config/*
administrator/components/com_contact/*
administrator/components/com_content/*
@tydlyn
tydlyn / Location.php
Created September 12, 2013 15:19
A Google Map custom field for Joomla, supporting autocomplete and reverse geocoding (Bootstrap, Typeahead, Google Map)
<?php
/**
* @package Joomla.Site
* @subpackage com_tydlyn
*
* @copyright Copyright (C) 2005 - 2013 Habib MAALEM, Inc. All rights reserved.
* @license The MIT License (MIT); see LICENSE
*/
defined('_JEXEC') or die;