diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1271,7 +1271,6 @@ function renderPage() | |||
1271 | if ($thumb!='') // Only output links which have a thumbnail. | 1271 | if ($thumb!='') // Only output links which have a thumbnail. |
1272 | { | 1272 | { |
1273 | $link['thumbnail']=$thumb; // Thumbnail HTML code. | 1273 | $link['thumbnail']=$thumb; // Thumbnail HTML code. |
1274 | $link['permalink']=$permalink; | ||
1275 | $linksToDisplay[]=$link; // Add to array. | 1274 | $linksToDisplay[]=$link; // Add to array. |
1276 | } | 1275 | } |
1277 | } | 1276 | } |