Fix bug #2843523: ArtViper thumbnail license change
reflected by using the javascript backlink git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@623 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
560ea7c372
commit
c1aea5a055
2 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ echo "<a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScut
|
||||||
|
|
||||||
if($GLOBALS['enableWebsiteThumbnails']) {
|
if($GLOBALS['enableWebsiteThumbnails']) {
|
||||||
// Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE)
|
// Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE)
|
||||||
echo " (<a href=\"http://www.artviper.net\" title=\"artViper designstudio\">thumbnails by artViper designstudio</a>)";
|
echo ' (Thumbnails by <script type="text/ecmascript" src="http://www.artviper.net/link.js"></script>)';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,8 @@ ChangeLog for SemantiScuttle
|
||||||
- we support zeroconf networking!
|
- we support zeroconf networking!
|
||||||
- Fix bug #2936833: api fix: shared=no
|
- Fix bug #2936833: api fix: shared=no
|
||||||
Patch by fnorder@users.sourceforge.net
|
Patch by fnorder@users.sourceforge.net
|
||||||
|
- Fix bug #2843523: ArtViper thumbnail license change
|
||||||
|
reflected by using the javascript backlink
|
||||||
|
|
||||||
|
|
||||||
0.95.2 - 2010-01-16
|
0.95.2 - 2010-01-16
|
||||||
|
|
Loading…
Reference in a new issue