| Code: : |
| }if ($index == 1) { so it looks like this: //if ($index == 1) { |
| Code: : |
| //if (defined('INDEX_FILE')) { so it looks like: if (defined('INDEX_FILE')) { |
| Code: : |
| //Without Patched 3.1 if ($index == 1) { //With Patched 3.1 //if (defined('INDEX_FILE')) { $tmpl_file = "themes/Black_Enuff_Violet/left_center.html"; $thefile = implode("", file($tmpl_file)); $thefile = addslashes($thefile); $thefile = "\$r_file=\"".$thefile."\";"; eval($thefile); print $r_file; blocks(right); |
| Code: : |
| //Without Patched 3.1 if ($index == 1) { //With Patched 3.1 //if (defined('INDEX_FILE')) { $tmpl_file = "themes/Black_Enuff_Violet/left_center.html"; $thefile = implode("", file($tmpl_file)); $thefile = addslashes($thefile); $thefile = "\$r_file=\"".$thefile."\";"; eval($thefile); print $r_file; blocks(right); |
| Code: : |
| //Without Patched 3.1 //if ($index == 1) { //With Patched 3.1 if (defined('INDEX_FILE')) { $tmpl_file = "themes/Black_Enuff_Violet/left_center.html"; $thefile = implode("", file($tmpl_file)); $thefile = addslashes($thefile); $thefile = "\$r_file=\"".$thefile."\";"; eval($thefile); print $r_file; blocks(right); |