Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $color_received = $_COOKIE['color']; //trying to find the cookie for theme color
- if($color_received == NULL){
- $color_received = 'gray(default)';
- setcookie("color", 'gray(default)', time()+180000);
- }
- switch ($color_received){
- case "gray(default)":
- $hyperlinkColor = "#0E387C"; //html color number
- $hyperlinkHover = "#DFDFDF"; //html color number
- $table_border ="#1b1b1b"; //html color number
- $table_main_BG = "#2c2c2c"; //html color number
- $corner_logo = "main_images/Dlolpics-Logo.png"; //url
- $home_button ="main_images/home-button.png"; //url
- $contact_button ="main_images/contact-button.png"; //url
- $sort_newest_button="main_images/newest-button.png"; //url
- $main_body_BG="main_images/picBackground.png"; //url (just need the name.png)
- $facebook_scheme="dark"; //FB value (dark/light)
- break;
- case "red":
- $hyperlinkColor = "#7A4444"; //html color number
- $hyperlinkHover = "#C47A7A"; //html color number
- $table_border = "#3B0404"; //html color number
- $table_main_BG = "#971F1F"; //html color number
- $corner_logo = "main_images/red/Dlolpics-Logo.png"; //url
- $home_button ="main_images/red/home-button.png"; //url
- $contact_button ="main_images/red/contact-button.png"; //url
- $sort_newest_button="main_images/red/newest-button.png"; //url
- $main_body_BG="main_images/red/picBackground.png"; //url
- $facebook_scheme="dark"; //FB value (dark/light)
- break;
- case "brown":
- $hyperlinkColor = "#3F2407"; //html color number
- $hyperlinkHover = "#A98A69"; //html color number
- $table_border = "#3D2000"; //html color number
- $table_main_BG = "#753C00"; //html color number
- $corner_logo = "main_images/brown/Dlolpics-Logo.png"; //url
- $home_button ="main_images/brown/home-button.png"; //url
- $contact_button ="main_images/brown/contact-button.png"; //url
- $sort_newest_button="main_images/brown/newest-button.png"; //url
- $main_body_BG="main_images/brown/picBackground.png"; //url
- $facebook_scheme="dark"; //FB value (dark/light)
- break;
- case "dark_blue":
- $hyperlinkColor = "#0E0F43"; //html color number
- $hyperlinkHover = "#5051A9"; //html color number
- $table_border = "#000264"; //html color number
- $table_main_BG = "#0D10CF"; //html color number
- $corner_logo = "main_images/dark_blue/Dlolpics-Logo.png"; //url
- $home_button ="main_images/dark_blue/home-button.png"; //url
- $contact_button ="main_images/dark_blue/contact-button.png"; //url
- $sort_newest_button="main_images/dark_blue/newest-button.png"; //url
- $main_body_BG="main_images/dark_blue/picBackground.png"; //url
- $facebook_scheme="dark"; //FB value (dark/light)
- break;
- case "dark_green":
- $hyperlinkColor = "#14A606"; //html color number
- $hyperlinkHover = "#4BCE17"; //html color number
- $table_border = "#032900"; //html color number
- $table_main_BG = "#0A5403"; //html color number
- $corner_logo = "main_images/dark_green/Dlolpics-Logo.png"; //url
- $home_button ="main_images/dark_green/home-button.png"; //url
- $contact_button ="main_images/dark_green/contact-button.png"; //url
- $sort_newest_button="main_images/dark_green/newest-button.png"; //url
- $main_body_BG="main_images/dark_green/picBackground.png"; //url
- $facebook_scheme="dark"; //FB value (dark/light)
- break;
- case "light_blue":
- $hyperlinkColor = "419799"; //html color number
- $hyperlinkHover = "215A5B"; //html color number
- $table_border = "05888B"; //html color number
- $table_main_BG = "00C2C5"; //html color number
- $corner_logo = "main_images/light_blue/Dlolpics-Logo.png"; //url
- $home_button ="main_images/light_blue/home-button.png"; //url
- $contact_button ="main_images/light_blue/contact-button.png"; //url
- $sort_newest_button="main_images/light_blue/newest-button.png"; //url
- $main_body_BG="main_images/light_blue/picBackground.png"; //url
- $facebook_scheme="light"; //FB value (dark/light)
- break;
- case"light_green":
- $hyperlinkColor = "#424E44"; //html color number
- $hyperlinkHover = "#5B8161"; //html color number
- $table_border = "#07861A"; //html color number
- $table_main_BG = "#25C73D"; //html color number
- $corner_logo = "main_images/light_green/Dlolpics-Logo.png"; //url
- $home_button ="main_images/light_green/home-button.png"; //url
- $contact_button ="main_images/light_green/contact-button.png"; //url
- $sort_newest_button="main_images/light_green/newest-button.png"; //url
- $main_body_BG="main_images/light_green/picBackground.png"; //url
- $facebook_scheme="light"; //FB value (dark/light)
- break;
- case"orange":
- $hyperlinkColor = "C1732A"; //html color number
- $hyperlinkHover = "EC9A4D"; //html color number
- $table_border = "A34F00"; //html color number
- $table_main_BG = "D86C06"; //html color number
- $corner_logo = "main_images/orange/Dlolpics-Logo.png"; //url
- $home_button ="main_images/orange/home-button.png"; //url
- $contact_button ="main_images/orange/contact-button.png"; //url
- $sort_newest_button="main_images/orange/newest-button.png"; //url
- $main_body_BG="main_images/orange/picBackground.png"; //url
- $facebook_scheme="dark"; //FB value (dark/light)
- break;
- case"pink":
- $hyperlinkColor = "63013F"; //html color number
- $hyperlinkHover = "7B0750"; //html color number
- $table_border = "A10066"; //html color number
- $table_main_BG = "D50489"; //html color number
- $corner_logo = "main_images/pink/Dlolpics-Logo.png"; //url
- $home_button ="main_images/pink/home-button.png"; //url
- $contact_button ="main_images/pink/contact-button.png"; //url
- $sort_newest_button="main_images/pink/newest-button.png"; //url
- $main_body_BG="main_images/pink/picBackground.png"; //url
- $facebook_scheme="dark"; //FB value (dark/light)
- break;
- case"purple":
- $hyperlinkColor = "6E0173"; //html color number
- $hyperlinkHover = "B003BA"; //html color number
- $table_border = "6E0173"; //html color number
- $table_main_BG = "B003BA"; //html color number
- $corner_logo = "main_images/purple/Dlolpics-Logo.png"; //url
- $home_button ="main_images/purple/home-button.png"; //url
- $contact_button ="main_images/purple/contact-button.png"; //url
- $sort_newest_button="main_images/purple/newest-button.png"; //url
- $main_body_BG="main_images/purple/picBackground.png"; //url
- $facebook_scheme="dark"; //FB value (dark/light)
- break;
- case"white":
- $hyperlinkColor = "B2B2B2"; //html color number
- $hyperlinkHover = "D4D4D4"; //html color number
- $table_border = "B2B2B2"; //html color number
- $table_main_BG = "D4D4D4"; //html color number
- $corner_logo = "main_images/white/Dlolpics-Logo.png"; //url
- $home_button ="main_images/white/home-button.png"; //url
- $contact_button ="main_images/white/contact-button.png"; //url
- $sort_newest_button="main_images/white/newest-button.png"; //url
- $main_body_BG="main_images/white/picButton.png"; //url
- $facebook_scheme="light"; //FB value (dark/light)
- break;
- case"yellow":
- $hyperlinkColor = "818601"; //html color number
- $hyperlinkHover = "C6CD04"; //html color number
- $table_border = "818601"; //html color number
- $table_main_BG = "C6CD04"; //html color number
- $corner_logo = "main_images/yellow/Dlolpics-Logo.png"; //url
- $home_button ="main_images/yellow/home-button.png"; //url
- $contact_button ="main_images/yellow/contact-button.png"; //url
- $sort_newest_button="main_images/yellow/newest-button.png"; //url
- $main_body_BG="main_images/yellow/picBackground.png"; //url
- $facebook_scheme="dark"; //FB value (dark/light)
- break;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement