<?php
/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined('_JEXEC') or die;

/**
 * Joomla! SEF Plugin
 *
 * @package		Joomla.Plugin
 * @subpackage	System.sef
 */
class plgSystemSef extends JPlugin
{
	/**
	 * Converting the site URL to fit to the HTTP request
	 */
	public function onAfterRender()
	{
		$app = JFactory::getApplication();

		if ($app->getName() != 'site' || $app->getCfg('sef')=='0') {
			return true;
		}

		//Replace src links
		$base	= JURI::base(true).'/';
		$buffer = JResponse::getBody();

		$regex  = '#href="index.php\?([^"]*)#m';
		$buffer = preg_replace_callback($regex, array(.itp-socialbuttons-mod {
  width: 100%;
  display:block;
  overflow:hidden;
  clear:both;
}

.itp-socialbuttons-mod h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.itp-sbb-nl{
  border-top: none;
  border-bottom: none;
  
}

.itp-sbb-tl{
  border-top: thin solid #808080;
  border-bottom: none;
  padding-top: 5px;
}

.itp-sbb-bl{
    border-top: none;
  border-bottom: thin solid #808080;
  padding-bottom:5px;
  overflow:hidden;
}

.itp-sbb-bothl{
  border-top: thin solid #808080;
  border-bottom: thin solid #808080;
  padding-top: 5px;
  padding-bottom:5px;
  overflow:hidden;
}


.itp-sb-left{
	float:left;
}

.itp-sb-right{
    float:right;
}

.itp-sb-center{
    margin-left: auto;
    margin-right: auto;
    text-align:center !important;
}