diff options
| -rwxr-xr-x | includes/layout.php | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/includes/layout.php b/includes/layout.php index 566ce50..24d8a30 100755 --- a/includes/layout.php +++ b/includes/layout.php | |||
| @@ -76,7 +76,7 @@ $i=0; | |||
| 76 | while ($getaffs3 = mysql_fetch_array($getaffs2)) | 76 | while ($getaffs3 = mysql_fetch_array($getaffs2)) |
| 77 | { | 77 | { |
| 78 | $template->adds_block('AFFILIATES', array( 'COLOR' => getTagColor($i++), | 78 | $template->adds_block('AFFILIATES', array( 'COLOR' => getTagColor($i++), |
| 79 | 'TITLE' => doAprilFoolsDay(htmlentities($getaffs3['title'])), | 79 | 'TITLE' => doAprilFoolsDay(htmlentities(stripslashes($getaffs3['title']))), |
| 80 | 'URL' => $getaffs3['url'])); | 80 | 'URL' => $getaffs3['url'])); |
| 81 | } | 81 | } |
| 82 | 82 | ||
| @@ -86,7 +86,7 @@ $i=0; | |||
| 86 | while ($getwebps3 = mysql_fetch_array($getwebps2)) | 86 | while ($getwebps3 = mysql_fetch_array($getwebps2)) |
| 87 | { | 87 | { |
| 88 | $template->adds_block('WEBPROJS', array( 'COLOR' => getTagColor($i++), | 88 | $template->adds_block('WEBPROJS', array( 'COLOR' => getTagColor($i++), |
| 89 | 'TITLE' => doAprilFoolsDay(htmlentities($getwebps3['title'])), | 89 | 'TITLE' => doAprilFoolsDay(htmlentities(stripslashes($getwebps3['title']))), |
| 90 | 'URL' => $getwebps3['url'])); | 90 | 'URL' => $getwebps3['url'])); |
| 91 | } | 91 | } |
| 92 | 92 | ||
