simple-theme-piwigo
simple-theme-piwigo copied to clipboard
Remove external Google dependancy
In the template header, there is an external dependancy to Google:
https://github.com/Piwigo/simple-theme-piwigo/blob/master/template/header.tpl#L33
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
This link is used by Google to track users. It would be nice to remove it.