%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/jalalj2hb/www/wp-content/themes/pixel-linear/admin/functions/
Upload File :
Create Path :
Current File : /home/jalalj2hb/www/wp-content/themes/pixel-linear/admin/functions/functions.options.php

<?php

add_action('init','of_options');

if (!function_exists('of_options'))
{
	function of_options()
	{
		//Access the WordPress Categories via an Array
		$of_categories 		= array();  
		$of_categories_obj 	= get_categories('hide_empty=0');
		foreach ($of_categories_obj as $of_cat) {
			$of_categories[$of_cat->cat_ID] = $of_cat->cat_name;}
			$categories_tmp 	= array_unshift($of_categories, "Select a category:");
     

		//Access the WordPress Pages via an Array
			$of_pages 			= array();
			$of_pages_obj 		= get_pages('sort_column=post_parent,menu_order');    
			foreach ($of_pages_obj as $of_page) {
				$of_pages[$of_page->ID] = $of_page->post_name; }
				$of_pages_tmp 		= array_unshift($of_pages, "Select a page:"); 
      

		//Testing 
				$of_options_select 	= array("one","two","three","four","five"); 
				$of_options_radio 	= array("one" => "One","two" => "Two","three" => "Three","four" => "Four","five" => "Five");

				$font_size = array( 'select', '12px', '13px', '14px' );
				$font_style = array( "normal", "italic", "bold", "bold italic");

		//Sample Homepage blocks for the layout manager (sorter)
				$of_options_homepage_blocks = array(
			"enabled"	=> array (
				"placebo"	=> "placebo", //REQUIRED!
				"home_static_page"	=> "Page Content",
					
			),
			"disabled"	=> array (
				"placebo"	=> "placebo", //REQUIRED!
				"home_portfolio"	=> "Portfolio",			
			),
		);


		//Stylesheets Reader
				$alt_stylesheet_path = LAYOUT_PATH;
				$alt_stylesheets = array();

				if ( is_dir($alt_stylesheet_path) ) 
				{
					if ($alt_stylesheet_dir = opendir($alt_stylesheet_path) ) 
					{ 
						while ( ($alt_stylesheet_file = readdir($alt_stylesheet_dir)) !== false ) 
						{
							if(stristr($alt_stylesheet_file, ".css") !== false)
							{
								$alt_stylesheets[] = $alt_stylesheet_file;
							}
						}    
					}
				}


		//Background Images Reader
		$bg_images_path = get_stylesheet_directory(). '/images/bg/'; // change this to where you store your bg images
		$bg_images_url = get_template_directory_uri().'/images/bg/'; // change this to where you store your bg images
		$bg_images = array();
		
		if ( is_dir($bg_images_path) ) {
			if ($bg_images_dir = opendir($bg_images_path) ) { 
				while ( ($bg_images_file = readdir($bg_images_dir)) !== false ) {
					if(stristr($bg_images_file, ".png") !== false || stristr($bg_images_file, ".jpg") !== false) {
						$bg_images[] = $bg_images_url . $bg_images_file;
					}
				}    
			}
		}
		

		/*-----------------------------------------------------------------------------------*/
		/* TO DO: Add options/functions that use these */
		/*-----------------------------------------------------------------------------------*/

		$menu_color = array( 'Default', 'Inverse' );
		// Homepage Latest Blog or Featured Image
		$hp_array = array('featured' => __('Featured Hero Unit', 'pixlin'),'latest' => __('Latest Blog Post', 'pixlin'));
		// Buttons
		$btn_color = array("default" => "Default Gray","primary" => "Primary","info" => "Info","success" => "Success","warning" => "Warning","danger" => "Danger","inverse" => "Inverse");
		$btn_size = array("xs" => "Extra Small","sm" => "Small","default" => "Medium","lg" => "Large");
		
		//More Options
		$uploads_arr 		= wp_upload_dir();
		$all_uploads_path 	= $uploads_arr['path'];
		$all_uploads 		= get_option('of_uploads');
		$other_entries 		= array("Select a number:","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19");
		$body_repeat 		= array("no-repeat","repeat-x","repeat-y","repeat");
		$body_pos 			= array("top left","top center","top right","center left","center center","center right","bottom left","bottom center","bottom right");
		
		// Image Alignment radio box
		$of_options_thumb_align = array("alignleft" => "Left","alignright" => "Right","aligncenter" => "Center"); 
		
		// Image Links to Options
		$of_options_image_link_to = array("image" => "The Image","post" => "The Post"); 
		
		
		/*Google Fonts*/

	    $google_fonts = array(

            "0" => "Select Font",

            "ABeeZee" => "ABeeZee",

            "Abel" => "Abel",

            "Abril Fatface" => "Abril Fatface",

            "Aclonica" => "Aclonica",

            "Acme" => "Acme",

            "Actor" => "Actor",

            "Adamina" => "Adamina",

            "Advent Pro" => "Advent Pro",

            "Aguafina Script" => "Aguafina Script",

            "Akronim" => "Akronim",

            "Aladin" => "Aladin",

            "Aldrich" => "Aldrich",

            "Alef" => "Alef",

            "Alegreya" => "Alegreya",

            "Alegreya SC" => "Alegreya SC",

            "Alegreya Sans" => "Alegreya Sans",

            "Alegreya Sans SC" => "Alegreya Sans SC",

            "Alex Brush" => "Alex Brush",

            "Alfa Slab One" => "Alfa Slab One",

            "Alice" => "Alice",

            "Alike" => "Alike",

            "Alike Angular" => "Alike Angular",

            "Allan" => "Allan",

            "Allerta" => "Allerta",

            "Allerta Stencil" => "Allerta Stencil",

            "Allura" => "Allura",

            "Almendra" => "Almendra",

            "Almendra Display" => "Almendra Display",

            "Almendra SC" => "Almendra SC",

            "Amarante" => "Amarante",

            "Amaranth" => "Amaranth",

            "Amatic SC" => "Amatic SC",

            "Amethysta" => "Amethysta",

            "Anaheim" => "Anaheim",

            "Andada" => "Andada",

            "Andika" => "Andika",

            "Angkor" => "Angkor",

            "Annie Use Your Telescope" => "Annie Use Your Telescope",

            "Anonymous Pro" => "Anonymous Pro",

            "Antic" => "Antic",

            "Antic Didone" => "Antic Didone",

            "Antic Slab" => "Antic Slab",

            "Anton" => "Anton",

            "Arapey" => "Arapey",

            "Arbutus" => "Arbutus",

            "Arbutus Slab" => "Arbutus Slab",

            "Architects Daughter" => "Architects Daughter",

            "Archivo Black" => "Archivo Black",

            "Archivo Narrow" => "Archivo Narrow",

            "Arimo" => "Arimo",

            "Arizonia" => "Arizonia",

            "Armata" => "Armata",

            "Artifika" => "Artifika",

            "Arvo" => "Arvo",

            "Asap" => "Asap",

            "Asset" => "Asset",

            "Astloch" => "Astloch",

            "Asul" => "Asul",

            "Atomic Age" => "Atomic Age",

            "Aubrey" => "Aubrey",

            "Audiowide" => "Audiowide",

            "Autour One" => "Autour One",

            "Average" => "Average",

            "Average Sans" => "Average Sans",

            "Averia Gruesa Libre" => "Averia Gruesa Libre",

            "Averia Libre" => "Averia Libre",

            "Averia Sans Libre" => "Averia Sans Libre",

            "Averia Serif Libre" => "Averia Serif Libre",

            "Bad Script" => "Bad Script",

            "Balthazar" => "Balthazar",

            "Bangers" => "Bangers",

            "Basic" => "Basic",

            "Battambang" => "Battambang",

            "Baumans" => "Baumans",

            "Bayon" => "Bayon",

            "Belgrano" => "Belgrano",

            "Belleza" => "Belleza",

            "BenchNine" => "BenchNine",

            "Bentham" => "Bentham",

            "Berkshire Swash" => "Berkshire Swash",

            "Bevan" => "Bevan",

            "Bigelow Rules" => "Bigelow Rules",

            "Bigshot One" => "Bigshot One",

            "Bilbo" => "Bilbo",

            "Bilbo Swash Caps" => "Bilbo Swash Caps",

            "Bitter" => "Bitter",

            "Black Ops One" => "Black Ops One",

            "Bokor" => "Bokor",

            "Bonbon" => "Bonbon",

            "Boogaloo" => "Boogaloo",

            "Bowlby One" => "Bowlby One",

            "Bowlby One SC" => "Bowlby One SC",

            "Brawler" => "Brawler",

            "Bree Serif" => "Bree Serif",

            "Bubblegum Sans" => "Bubblegum Sans",

            "Bubbler One" => "Bubbler One",

            "Buda" => "Buda",

            "Buenard" => "Buenard",

            "Butcherman" => "Butcherman",

            "Butterfly Kids" => "Butterfly Kids",

            "Cabin" => "Cabin",

            "Cabin Condensed" => "Cabin Condensed",

            "Cabin Sketch" => "Cabin Sketch",

            "Caesar Dressing" => "Caesar Dressing",

            "Cagliostro" => "Cagliostro",

            "Calligraffitti" => "Calligraffitti",

            "Cambo" => "Cambo",

            "Candal" => "Candal",

            "Cantarell" => "Cantarell",

            "Cantata One" => "Cantata One",

            "Cantora One" => "Cantora One",

            "Capriola" => "Capriola",

            "Cardo" => "Cardo",

            "Carme" => "Carme",

            "Carrois Gothic" => "Carrois Gothic",

            "Carrois Gothic SC" => "Carrois Gothic SC",

            "Carter One" => "Carter One",

            "Caudex" => "Caudex",

            "Cedarville Cursive" => "Cedarville Cursive",

            "Ceviche One" => "Ceviche One",

            "Changa One" => "Changa One",

            "Chango" => "Chango",

            "Chau Philomene One" => "Chau Philomene One",

            "Chela One" => "Chela One",

            "Chelsea Market" => "Chelsea Market",

            "Chenla" => "Chenla",

            "Cherry Cream Soda" => "Cherry Cream Soda",

            "Cherry Swash" => "Cherry Swash",

            "Chewy" => "Chewy",

            "Chicle" => "Chicle",

            "Chivo" => "Chivo",

            "Cinzel" => "Cinzel",

            "Cinzel Decorative" => "Cinzel Decorative",

            "Clicker Script" => "Clicker Script",

            "Coda" => "Coda",

            "Coda Caption" => "Coda Caption",

            "Codystar" => "Codystar",

            "Combo" => "Combo",

            "Comfortaa" => "Comfortaa",

            "Coming Soon" => "Coming Soon",

            "Concert One" => "Concert One",

            "Condiment" => "Condiment",

            "Content" => "Content",

            "Contrail One" => "Contrail One",

            "Convergence" => "Convergence",

            "Cookie" => "Cookie",

            "Copse" => "Copse",

            "Corben" => "Corben",

            "Courgette" => "Courgette",

            "Cousine" => "Cousine",

            "Coustard" => "Coustard",

            "Covered By Your Grace" => "Covered By Your Grace",

            "Crafty Girls" => "Crafty Girls",

            "Creepster" => "Creepster",

            "Crete Round" => "Crete Round",

            "Crimson Text" => "Crimson Text",

            "Croissant One" => "Croissant One",

            "Crushed" => "Crushed",

            "Cuprum" => "Cuprum",

            "Cutive" => "Cutive",

            "Cutive Mono" => "Cutive Mono",

            "Damion" => "Damion",

            "Dancing Script" => "Dancing Script",

            "Dangrek" => "Dangrek",

            "Dawning of a New Day" => "Dawning of a New Day",

            "Days One" => "Days One",

            "Delius" => "Delius",

            "Delius Swash Caps" => "Delius Swash Caps",

            "Delius Unicase" => "Delius Unicase",

            "Della Respira" => "Della Respira",

            "Denk One" => "Denk One",

            "Devonshire" => "Devonshire",

            "Didact Gothic" => "Didact Gothic",

            "Diplomata" => "Diplomata",

            "Diplomata SC" => "Diplomata SC",

            "Domine" => "Domine",

            "Donegal One" => "Donegal One",

            "Doppio One" => "Doppio One",

            "Dorsa" => "Dorsa",

            "Dosis" => "Dosis",

            "Dr Sugiyama" => "Dr Sugiyama",

            "Droid Sans" => "Droid Sans",

            "Droid Sans Mono" => "Droid Sans Mono",

            "Droid Serif" => "Droid Serif",

            "Duru Sans" => "Duru Sans",

            "Dynalight" => "Dynalight",

            "EB Garamond" => "EB Garamond",

            "Eagle Lake" => "Eagle Lake",

            "Eater" => "Eater",

            "Economica" => "Economica",

            "Electrolize" => "Electrolize",

            "Elsie" => "Elsie",

            "Elsie Swash Caps" => "Elsie Swash Caps",

            "Emblema One" => "Emblema One",

            "Emilys Candy" => "Emilys Candy",

            "Engagement" => "Engagement",

            "Englebert" => "Englebert",

            "Enriqueta" => "Enriqueta",

            "Erica One" => "Erica One",

            "Esteban" => "Esteban",

            "Euphoria Script" => "Euphoria Script",

            "Ewert" => "Ewert",

            "Exo" => "Exo",

            "Exo 2" => "Exo 2",

            "Expletus Sans" => "Expletus Sans",

            "Fanwood Text" => "Fanwood Text",

            "Fascinate" => "Fascinate",

            "Fascinate Inline" => "Fascinate Inline",

            "Faster One" => "Faster One",

            "Fasthand" => "Fasthand",

            "Fauna One" => "Fauna One",

            "Federant" => "Federant",

            "Federo" => "Federo",

            "Felipa" => "Felipa",

            "Fenix" => "Fenix",

            "Finger Paint" => "Finger Paint",

            "Fjalla One" => "Fjalla One",

            "Fjord One" => "Fjord One",

            "Flamenco" => "Flamenco",

            "Flavors" => "Flavors",

            "Fondamento" => "Fondamento",

            "Fontdiner Swanky" => "Fontdiner Swanky",

            "Forum" => "Forum",

            "Francois One" => "Francois One",

            "Freckle Face" => "Freckle Face",

            "Fredericka the Great" => "Fredericka the Great",

            "Fredoka One" => "Fredoka One",

            "Freehand" => "Freehand",

            "Fresca" => "Fresca",

            "Frijole" => "Frijole",

            "Fruktur" => "Fruktur",

            "Fugaz One" => "Fugaz One",

            "GFS Didot" => "GFS Didot",

            "GFS Neohellenic" => "GFS Neohellenic",

            "Gabriela" => "Gabriela",

            "Gafata" => "Gafata",

            "Galdeano" => "Galdeano",

            "Galindo" => "Galindo",

            "Gentium Basic" => "Gentium Basic",

            "Gentium Book Basic" => "Gentium Book Basic",

            "Geo" => "Geo",

            "Geostar" => "Geostar",

            "Geostar Fill" => "Geostar Fill",

            "Germania One" => "Germania One",

            "Gilda Display" => "Gilda Display",

            "Give You Glory" => "Give You Glory",

            "Glass Antiqua" => "Glass Antiqua",

            "Glegoo" => "Glegoo",

            "Gloria Hallelujah" => "Gloria Hallelujah",

            "Goblin One" => "Goblin One",

            "Gochi Hand" => "Gochi Hand",

            "Gorditas" => "Gorditas",

            "Goudy Bookletter 1911" => "Goudy Bookletter 1911",

            "Graduate" => "Graduate",

            "Grand Hotel" => "Grand Hotel",

            "Gravitas One" => "Gravitas One",

            "Great Vibes" => "Great Vibes",

            "Griffy" => "Griffy",

            "Gruppo" => "Gruppo",

            "Gudea" => "Gudea",

            "Habibi" => "Habibi",

            "Hammersmith One" => "Hammersmith One",

            "Hanalei" => "Hanalei",

            "Hanalei Fill" => "Hanalei Fill",

            "Handlee" => "Handlee",

            "Hanuman" => "Hanuman",

            "Happy Monkey" => "Happy Monkey",

            "Headland One" => "Headland One",

            "Henny Penny" => "Henny Penny",

            "Herr Von Muellerhoff" => "Herr Von Muellerhoff",

            "Holtwood One SC" => "Holtwood One SC",

            "Homemade Apple" => "Homemade Apple",

            "Homenaje" => "Homenaje",

            "IM Fell DW Pica" => "IM Fell DW Pica",

            "IM Fell DW Pica SC" => "IM Fell DW Pica SC",

            "IM Fell Double Pica" => "IM Fell Double Pica",

            "IM Fell Double Pica SC" => "IM Fell Double Pica SC",

            "IM Fell English" => "IM Fell English",

            "IM Fell English SC" => "IM Fell English SC",

            "IM Fell French Canon" => "IM Fell French Canon",

            "IM Fell French Canon SC" => "IM Fell French Canon SC",

            "IM Fell Great Primer" => "IM Fell Great Primer",

            "IM Fell Great Primer SC" => "IM Fell Great Primer SC",

            "Iceberg" => "Iceberg",

            "Iceland" => "Iceland",

            "Imprima" => "Imprima",

            "Inconsolata" => "Inconsolata",

            "Inder" => "Inder",

            "Indie Flower" => "Indie Flower",

            "Inika" => "Inika",

            "Irish Grover" => "Irish Grover",

            "Istok Web" => "Istok Web",

            "Italiana" => "Italiana",

            "Italianno" => "Italianno",

            "Jacques Francois" => "Jacques Francois",

            "Jacques Francois Shadow" => "Jacques Francois Shadow",

            "Jim Nightshade" => "Jim Nightshade",

            "Jockey One" => "Jockey One",

            "Jolly Lodger" => "Jolly Lodger",

            "Josefin Sans" => "Josefin Sans",

            "Josefin Slab" => "Josefin Slab",

            "Joti One" => "Joti One",

            "Judson" => "Judson",

            "Julee" => "Julee",

            "Julius Sans One" => "Julius Sans One",

            "Junge" => "Junge",

            "Jura" => "Jura",

            "Just Another Hand" => "Just Another Hand",

            "Just Me Again Down Here" => "Just Me Again Down Here",

            "Kameron" => "Kameron",

            "Kantumruy" => "Kantumruy",

            "Karla" => "Karla",

            "Kaushan Script" => "Kaushan Script",

            "Kavoon" => "Kavoon",

            "Kdam Thmor" => "Kdam Thmor",

            "Keania One" => "Keania One",

            "Kelly Slab" => "Kelly Slab",

            "Kenia" => "Kenia",

            "Khmer" => "Khmer",

            "Kite One" => "Kite One",

            "Knewave" => "Knewave",

            "Kotta One" => "Kotta One",

            "Koulen" => "Koulen",

            "Kranky" => "Kranky",

            "Kreon" => "Kreon",

            "Kristi" => "Kristi",

            "Krona One" => "Krona One",

            "La Belle Aurore" => "La Belle Aurore",

            "Lancelot" => "Lancelot",

            "Lato" => "Lato",

            "League Script" => "League Script",

            "Leckerli One" => "Leckerli One",

            "Ledger" => "Ledger",

            "Lekton" => "Lekton",

            "Lemon" => "Lemon",

            "Libre Baskerville" => "Libre Baskerville",

            "Life Savers" => "Life Savers",

            "Lilita One" => "Lilita One",

            "Lily Script One" => "Lily Script One",

            "Limelight" => "Limelight",

            "Linden Hill" => "Linden Hill",

            "Lobster" => "Lobster",

            "Lobster Two" => "Lobster Two",

            "Londrina Outline" => "Londrina Outline",

            "Londrina Shadow" => "Londrina Shadow",

            "Londrina Sketch" => "Londrina Sketch",

            "Londrina Solid" => "Londrina Solid",

            "Lora" => "Lora",

            "Love Ya Like A Sister" => "Love Ya Like A Sister",

            "Loved by the King" => "Loved by the King",

            "Lovers Quarrel" => "Lovers Quarrel",

            "Luckiest Guy" => "Luckiest Guy",

            "Lusitana" => "Lusitana",

            "Lustria" => "Lustria",

            "Macondo" => "Macondo",

            "Macondo Swash Caps" => "Macondo Swash Caps",

            "Magra" => "Magra",

            "Maiden Orange" => "Maiden Orange",

            "Mako" => "Mako",

            "Marcellus" => "Marcellus",

            "Marcellus SC" => "Marcellus SC",

            "Marck Script" => "Marck Script",

            "Margarine" => "Margarine",

            "Marko One" => "Marko One",

            "Marmelad" => "Marmelad",

            "Marvel" => "Marvel",

            "Mate" => "Mate",

            "Mate SC" => "Mate SC",

            "Maven Pro" => "Maven Pro",

            "McLaren" => "McLaren",

            "Meddon" => "Meddon",

            "MedievalSharp" => "MedievalSharp",

            "Medula One" => "Medula One",

            "Megrim" => "Megrim",

            "Meie Script" => "Meie Script",

            "Merienda" => "Merienda",

            "Merienda One" => "Merienda One",

            "Merriweather" => "Merriweather",

            "Merriweather Sans" => "Merriweather Sans",

            "Metal" => "Metal",

            "Metal Mania" => "Metal Mania",

            "Metamorphous" => "Metamorphous",

            "Metrophobic" => "Metrophobic",

            "Michroma" => "Michroma",

            "Milonga" => "Milonga",

            "Miltonian" => "Miltonian",

            "Miltonian Tattoo" => "Miltonian Tattoo",

            "Miniver" => "Miniver",

            "Miss Fajardose" => "Miss Fajardose",

            "Modern Antiqua" => "Modern Antiqua",

            "Molengo" => "Molengo",

            "Molle" => "Molle",

            "Monda" => "Monda",

            "Monofett" => "Monofett",

            "Monoton" => "Monoton",

            "Monsieur La Doulaise" => "Monsieur La Doulaise",

            "Montaga" => "Montaga",

            "Montez" => "Montez",

            "Montserrat" => "Montserrat",

            "Montserrat Alternates" => "Montserrat Alternates",

            "Montserrat Subrayada" => "Montserrat Subrayada",

            "Moul" => "Moul",

            "Moulpali" => "Moulpali",

            "Mountains of Christmas" => "Mountains of Christmas",

            "Mouse Memoirs" => "Mouse Memoirs",

            "Mr Bedfort" => "Mr Bedfort",

            "Mr Dafoe" => "Mr Dafoe",

            "Mr De Haviland" => "Mr De Haviland",

            "Mrs Saint Delafield" => "Mrs Saint Delafield",

            "Mrs Sheppards" => "Mrs Sheppards",

            "Muli" => "Muli",

            "Mystery Quest" => "Mystery Quest",

            "Neucha" => "Neucha",

            "Neuton" => "Neuton",

            "New Rocker" => "New Rocker",

            "News Cycle" => "News Cycle",

            "Niconne" => "Niconne",

            "Nixie One" => "Nixie One",

            "Nobile" => "Nobile",

            "Nokora" => "Nokora",

            "Norican" => "Norican",

            "Nosifer" => "Nosifer",

            "Nothing You Could Do" => "Nothing You Could Do",

            "Noticia Text" => "Noticia Text",

            "Noto Sans" => "Noto Sans",

            "Noto Serif" => "Noto Serif",

            "Nova Cut" => "Nova Cut",

            "Nova Flat" => "Nova Flat",

            "Nova Mono" => "Nova Mono",

            "Nova Oval" => "Nova Oval",

            "Nova Round" => "Nova Round",

            "Nova Script" => "Nova Script",

            "Nova Slim" => "Nova Slim",

            "Nova Square" => "Nova Square",

            "Numans" => "Numans",

            "Nunito" => "Nunito",

            "Odor Mean Chey" => "Odor Mean Chey",

            "Offside" => "Offside",

            "Old Standard TT" => "Old Standard TT",

            "Oldenburg" => "Oldenburg",

            "Oleo Script" => "Oleo Script",

            "Oleo Script Swash Caps" => "Oleo Script Swash Caps",

            "Open Sans" => "Open Sans",

            "Open Sans Condensed" => "Open Sans Condensed",

            "Oranienbaum" => "Oranienbaum",

            "Orbitron" => "Orbitron",

            "Oregano" => "Oregano",

            "Orienta" => "Orienta",

            "Original Surfer" => "Original Surfer",

            "Oswald" => "Oswald",

            "Over the Rainbow" => "Over the Rainbow",

            "Overlock" => "Overlock",

            "Overlock SC" => "Overlock SC",

            "Ovo" => "Ovo",

            "Oxygen" => "Oxygen",

            "Oxygen Mono" => "Oxygen Mono",

            "PT Mono" => "PT Mono",

            "PT Sans" => "PT Sans",

            "PT Sans Caption" => "PT Sans Caption",

            "PT Sans Narrow" => "PT Sans Narrow",

            "PT Serif" => "PT Serif",

            "PT Serif Caption" => "PT Serif Caption",

            "Pacifico" => "Pacifico",

            "Paprika" => "Paprika",

            "Parisienne" => "Parisienne",

            "Passero One" => "Passero One",

            "Passion One" => "Passion One",

            "Pathway Gothic One" => "Pathway Gothic One",

            "Patrick Hand" => "Patrick Hand",

            "Patrick Hand SC" => "Patrick Hand SC",

            "Patua One" => "Patua One",

            "Paytone One" => "Paytone One",

            "Peralta" => "Peralta",

            "Permanent Marker" => "Permanent Marker",

            "Petit Formal Script" => "Petit Formal Script",

            "Petrona" => "Petrona",

            "Philosopher" => "Philosopher",

            "Piedra" => "Piedra",

            "Pinyon Script" => "Pinyon Script",

            "Pirata One" => "Pirata One",

            "Plaster" => "Plaster",

            "Play" => "Play",

            "Playball" => "Playball",

            "Playfair Display" => "Playfair Display",

            "Playfair Display SC" => "Playfair Display SC",

            "Podkova" => "Podkova",

            "Poiret One" => "Poiret One",

            "Poller One" => "Poller One",

            "Poly" => "Poly",

            "Pompiere" => "Pompiere",

            "Pontano Sans" => "Pontano Sans",

            "Port Lligat Sans" => "Port Lligat Sans",

            "Port Lligat Slab" => "Port Lligat Slab",

            "Prata" => "Prata",

            "Preahvihear" => "Preahvihear",

            "Press Start 2P" => "Press Start 2P",

            "Princess Sofia" => "Princess Sofia",

            "Prociono" => "Prociono",

            "Prosto One" => "Prosto One",

            "Puritan" => "Puritan",

            "Purple Purse" => "Purple Purse",

            "Quando" => "Quando",

            "Quantico" => "Quantico",

            "Quattrocento" => "Quattrocento",

            "Quattrocento Sans" => "Quattrocento Sans",

            "Questrial" => "Questrial",

            "Quicksand" => "Quicksand",

            "Quintessential" => "Quintessential",

            "Qwigley" => "Qwigley",

            "Racing Sans One" => "Racing Sans One",

            "Radley" => "Radley",

            "Raleway" => "Raleway",

            "Raleway Dots" => "Raleway Dots",

            "Rambla" => "Rambla",

            "Rammetto One" => "Rammetto One",

            "Ranchers" => "Ranchers",

            "Rancho" => "Rancho",

            "Rationale" => "Rationale",

            "Redressed" => "Redressed",

            "Reenie Beanie" => "Reenie Beanie",

            "Revalia" => "Revalia",

            "Ribeye" => "Ribeye",

            "Ribeye Marrow" => "Ribeye Marrow",

            "Righteous" => "Righteous",

            "Risque" => "Risque",

            "Roboto" => "Roboto",

            "Roboto Condensed" => "Roboto Condensed",

            "Roboto Slab" => "Roboto Slab",

            "Rochester" => "Rochester",

            "Rock Salt" => "Rock Salt",

            "Rokkitt" => "Rokkitt",

            "Romanesco" => "Romanesco",

            "Ropa Sans" => "Ropa Sans",

            "Rosario" => "Rosario",

            "Rosarivo" => "Rosarivo",

            "Rouge Script" => "Rouge Script",

            "Ruda" => "Ruda",

            "Rufina" => "Rufina",

            "Ruge Boogie" => "Ruge Boogie",

            "Ruluko" => "Ruluko",

            "Rum Raisin" => "Rum Raisin",

            "Ruslan Display" => "Ruslan Display",

            "Russo One" => "Russo One",

            "Ruthie" => "Ruthie",

            "Rye" => "Rye",

            "Sacramento" => "Sacramento",

            "Sail" => "Sail",

            "Salsa" => "Salsa",

            "Sanchez" => "Sanchez",

            "Sancreek" => "Sancreek",

            "Sansita One" => "Sansita One",

            "Sarina" => "Sarina",

            "Satisfy" => "Satisfy",

            "Scada" => "Scada",

            "Schoolbell" => "Schoolbell",

            "Seaweed Script" => "Seaweed Script",

            "Sevillana" => "Sevillana",

            "Seymour One" => "Seymour One",

            "Shadows Into Light" => "Shadows Into Light",

            "Shadows Into Light Two" => "Shadows Into Light Two",

            "Shanti" => "Shanti",

            "Share" => "Share",

            "Share Tech" => "Share Tech",

            "Share Tech Mono" => "Share Tech Mono",

            "Shojumaru" => "Shojumaru",

            "Short Stack" => "Short Stack",

            "Siemreap" => "Siemreap",

            "Sigmar One" => "Sigmar One",

            "Signika" => "Signika",

            "Signika Negative" => "Signika Negative",

            "Simonetta" => "Simonetta",

            "Sintony" => "Sintony",

            "Sirin Stencil" => "Sirin Stencil",

            "Six Caps" => "Six Caps",

            "Skranji" => "Skranji",

            "Slackey" => "Slackey",

            "Smokum" => "Smokum",

            "Smythe" => "Smythe",

            "Sniglet" => "Sniglet",

            "Snippet" => "Snippet",

            "Snowburst One" => "Snowburst One",

            "Sofadi One" => "Sofadi One",

            "Sofia" => "Sofia",

            "Sonsie One" => "Sonsie One",

            "Sorts Mill Goudy" => "Sorts Mill Goudy",

            "Source Code Pro" => "Source Code Pro",

            "Source Sans Pro" => "Source Sans Pro",

            "Special Elite" => "Special Elite",

            "Spicy Rice" => "Spicy Rice",

            "Spinnaker" => "Spinnaker",

            "Spirax" => "Spirax",

            "Squada One" => "Squada One",

            "Stalemate" => "Stalemate",

            "Stalinist One" => "Stalinist One",

            "Stardos Stencil" => "Stardos Stencil",

            "Stint Ultra Condensed" => "Stint Ultra Condensed",

            "Stint Ultra Expanded" => "Stint Ultra Expanded",

            "Stoke" => "Stoke",

            "Strait" => "Strait",

            "Sue Ellen Francisco" => "Sue Ellen Francisco",

            "Sunshiney" => "Sunshiney",

            "Supermercado One" => "Supermercado One",

            "Suwannaphum" => "Suwannaphum",

            "Swanky and Moo Moo" => "Swanky and Moo Moo",

            "Syncopate" => "Syncopate",

            "Tangerine" => "Tangerine",

            "Taprom" => "Taprom",

            "Tauri" => "Tauri",

            "Telex" => "Telex",

            "Tenor Sans" => "Tenor Sans",

            "Text Me One" => "Text Me One",

            "The Girl Next Door" => "The Girl Next Door",

            "Tienne" => "Tienne",

            "Tinos" => "Tinos",

            "Titan One" => "Titan One",

            "Titillium Web" => "Titillium Web",

            "Trade Winds" => "Trade Winds",

            "Trocchi" => "Trocchi",

            "Trochut" => "Trochut",

            "Trykker" => "Trykker",

            "Tulpen One" => "Tulpen One",

            "Ubuntu" => "Ubuntu",

            "Ubuntu Condensed" => "Ubuntu Condensed",

            "Ubuntu Mono" => "Ubuntu Mono",

            "Ultra" => "Ultra",

            "Uncial Antiqua" => "Uncial Antiqua",

            "Underdog" => "Underdog",

            "Unica One" => "Unica One",

            "UnifrakturCook" => "UnifrakturCook",

            "UnifrakturMaguntia" => "UnifrakturMaguntia",

            "Unkempt" => "Unkempt",

            "Unlock" => "Unlock",

            "Unna" => "Unna",

            "VT323" => "VT323",

            "Vampiro One" => "Vampiro One",

            "Varela" => "Varela",

            "Varela Round" => "Varela Round",

            "Vast Shadow" => "Vast Shadow",

            "Vibur" => "Vibur",

            "Vidaloka" => "Vidaloka",

            "Viga" => "Viga",

            "Voces" => "Voces",

            "Volkhov" => "Volkhov",

            "Vollkorn" => "Vollkorn",

            "Voltaire" => "Voltaire",

            "Waiting for the Sunrise" => "Waiting for the Sunrise",

            "Wallpoet" => "Wallpoet",

            "Walter Turncoat" => "Walter Turncoat",

            "Warnes" => "Warnes",

            "Wellfleet" => "Wellfleet",

            "Wendy One" => "Wendy One",

            "Wire One" => "Wire One",

            "Yanone Kaffeesatz" => "Yanone Kaffeesatz",

            "Yellowtail" => "Yellowtail",

            "Yeseva One" => "Yeseva One",

            "Yesteryear" => "Yesteryear",

            "Zeyada" => "Zeyada",

        );



		/*-----------------------------------------------------------------------------------*/
		/* The Options Array */
		/*-----------------------------------------------------------------------------------*/

// Set the Options Array
		global $of_options;
		$of_options = array();

        //General Settings
		$of_options[] = array( "name"	=> __( 'General', 'pixlin' ),
			"type"	=> "heading", "icon" => ADMIN_IMAGES . "icon-settings.png"
			);
		
		$of_options[] = array( "name"	=> __( 'Custom Ads', 'pixlin' ),
			"desc"	=> __( '', 'pixlin' ),
			"id"	=> "custom_ads",
			"std" 	=> "<h3 style=\"margin: 0 0 10px;\">Click on image to get themes</h3>
						<a href='http://pixelthemestudio.ca/product/pixel-linear/' target='_blank'><img src='".ADMIN_IMAGES."new-ad.jpg' /></a> ",
			"icon" 	=> true,
			"type" 	=> "info");
        
		$of_options[] = array( "name"	=> __( 'Favicon', 'pixlin' ),
			"desc"	=> __( 'Upload or Paste the URL for your custom favicon.', 'pixlin' ),
			"id"	=> "custom_favicon",
			"std"	=> "",
			"type"	=> "media");
	    
		$of_options[] = array( "name"	=> __( 'Main Logo', 'pixlin' ),
			"desc"	=> __( 'Use this field to upload your custom logo for use in the theme header. (Recommended 200px x 40px)', 'pixlin' ),
			"id"	=> "custom_logo",
			"std"	=> get_template_directory_uri()."/images/logo.png",
			"mod"   => "",
			"type"	=> "media",
			);
			
		$of_options[] = array( "name"	=> __( 'Main Layout', 'pixlin' ),
			"desc"	=> __( 'Select full width or Boxed layout for pages.', 'pixlin' ),
			"id"	=> "custom_main_layout",
			"std"	=> "Boxed",
			"type"	=> "select",
			"options" => array("Full Width","Boxed"),
			);
		
		$of_options[] = array( "name"	=> __( 'Blog Layout', 'pixlin' ),
			"desc"	=> __('Select layout for Blog Page with left, right Sidebar. Use widgets to add contents on sidebars', 'pixlin' ),
			"id"	=> "custom_blog_layout",
			"std"	=> "No Sidebar",
			"type"	=> "select",
			"options" => array("No Sidebar" => "No Sidebar", "Left Sidebar" => "Left Sidebar","Right Sidebar" => "Right Sidebar","Left + Right Sidebar" => "Left + Right Sidebar"),
			);
		
		
		

		// Home Settings
		$of_options[] = array( "name"	=> __( 'Home Settings', 'pixlin' ),
			"type"	=> "heading");
			
		$of_options[] = array( "name"	=> __( 'Enable Slider', 'pixlin' ),
			"desc"	=> __( 'Click on button to enable slider on homepage', 'pixlin' ),
			"id"	=> "enable_disable_slider",
			"std" 		=> 0,
			"on"	=> __( 'Enable', 'pixlin' ),
			"off"	=> __( 'Disable', 'pixlin' ),
			"type"	=> "switch",
			);
			
		$of_options[] = array( "name"	=> __( 'Slider Options', 'pixlin' ),
			"desc"	=> __( 'Unlimited slider with drag and drop sortings.<br>(recommended size of image 1200px x 400px)', 'pixlin' ),
			"id"	=> "custom_slider",
			"std" 		=> "",
			"type"	=> "slider",
			);
			
		
		$of_options[] = array( "name"	=> __( 'Enable 3 boxes on homepage', 'pixlin' ),
			"desc"	=> __( 'Use widgets to add content in 3 boxex', 'pixlin' ),
			"id"	=> "enable_disable_3box",
			"std" 		=> 0,
			"on"	=> __( 'Enable', 'pixlin' ),
			"off"	=> __( 'Disable', 'pixlin' ),
			"type"	=> "switch",
			);
			
		
		
			
	   
	  
			
		// Social Settings
		$of_options[] = array( "name"	=> __( 'Social Settings', 'pixlin'),
			"type"	=> "heading", "icon" => ADMIN_IMAGES . "social_setting.png");
			
		$of_options[] = array( "name"	=> __( 'Enable Social Icons', 'pixlin' ),
			"desc"	=> __( 'Click on button to enable Social Icons at bottom', 'pixlin' ),
			"id"	=> "enable_disable_sm",
			"std"	=> '1',
			"on"	=> __( 'Enable', 'pixlin' ),
			"off"	=> __( 'Disable', 'pixlin' ),
			"type"	=> "switch");
			
		$of_options[] = array( "name"	=> __( 'Social Icons', 'pixlin' ),
			"desc"	=> __( '','pixlin' ),
			"id"	=> "sco_ico_lbl",
			"std" => "<h3 style=\"margin: 0 0 10px;\">Insert your social link to show the icon.</h3>",
			"icon" => true,
			"type"	=> "info",
			);
			
		$of_options[] = array( "name"	=> __( 'Facebook', 'pixlin' ),
			"desc"	=> __( 'Insert your custom link to show the Facebook icon. Leave blank to hide icon.', 'pixlin' ),
			"id"	=> "custom_facebook_link",
			"std" => "http://www.facebook.com",
			"type"	=> "text",
			);
			
		$of_options[] = array( "name"	=> __( 'Twitter', 'pixlin' ),
			"desc"	=> __( 'Insert your custom link to show the Twitter icon. Leave blank to hide icon.', 'pixlin' ),
			"id"	=> "custom_twitter_link",
			"std" => "http://www.twitter.com",
			"type"	=> "text",
			);
			
		$of_options[] = array( "name"	=> __( 'Google+', 'pixlin' ),
			"desc"	=> __( 'Insert your custom link to show the Google+ icon. Leave blank to hide icon.', 'pixlin' ),
			"id"	=> "custom_Googlep_link",
			"std" => "http://www.google.com",
			"type"	=> "text",
			);
			
		$of_options[] = array( "name"	=> __( 'Linkedin', 'pixlin' ),
			"desc"	=> __( 'Insert your custom link to show the Linkedin icon. Leave blank to hide icon.', 'pixlin' ),
			"id"	=> "custom_linkedin_link",
			"std" => "http://www.linkedin.com",
			"type"	=> "text",
			);
			
		$of_options[] = array( "name"	=> __( 'Instagram', 'pixlin' ),
			"desc"	=> __( 'Insert your custom link to show the Instagram icon. Leave blank to hide icon.', 'pixlin' ),
			"id"	=> "custom_instagram_link",
			"std" => "http://www.instagram.com",
			"type"	=> "text",
			);
			
		$of_options[] = array( "name"	=> __( 'Pinterest', 'pixlin' ),
			"desc"	=> __( 'Insert your custom link to show the Pinterest icon. Leave blank to hide icon.', 'pixlin' ),
			"id"	=> "custom_pinterest_link",
			"std" => "http://www.pinterest.com",
			"type"	=> "text",
			);
			
		$of_options[] = array( "name"	=> __( 'Reddit', 'pixlin' ),
			"desc"	=> __( 'Insert your custom link to show the Reddit icon. Leave blank to hide icon.', 'pixlin' ),
			"id"	=> "custom_reddit_link",
			"std" => "http://www.reddit.com",
			"type"	=> "text",
			);
			
		$of_options[] = array( "name"	=> __( 'Tumblr', 'pixlin' ),
			"desc"	=> __( 'Insert your custom link to show the Tumblr icon. Leave blank to hide icon.', 'pixlin' ),
			"id"	=> "custom_tumblr_link",
			"std" => "http://www.tumblr.com",
			"type"	=> "text",
			);
		
			
		$of_options[] = array( "name"	=> __( 'Stumbleupon', 'pixlin' ),
			"desc"	=> __( 'Insert your custom link to show the Stumbleupon icon. Leave blank to hide icon.', 'pixlin' ),
			"id"	=> "custom_stumbleupon_link",
			"std" => "http://www.stumbleupon.com",
			"type"	=> "text",
			);
			
		


		
	

		//Footer Settings					
		$of_options[] = array( "name"	=> __( 'Footer Settings', 'pixlin' ),
			"type"	=> "heading", "icon" => ADMIN_IMAGES . "icon-footer.png");
			
		$of_options[] = array( "name"	=> __( 'Footer Logo', 'pixlin' ),
			"desc"	=> __( 'Upload your footer logo here.', 'pixlin' ),
			"id"	=> "custom_footer_logo",
			"std" => "",
			"type"	=> "media",
			);
			
		$of_options[] = array( "name"	=> __( 'Copyright Text', 'pixlin' ),
			"desc"	=> __( 'Copyright information goes here','pixlin' ),
			"id"	=> "custom_copy_info",
			"std" => "Copyright &copy; 2014 Pixel Theme Studio. All rights reserved.",
			"type"	=> "textarea",
			);
	

	   // Backup Options
		
		$of_options[] = array( 	"name" 		=> "",
			"id" 		=> "of_backup",
			);

		$of_options[] = array( 	"name" 		=> "",
			"id" 		=> "of_transfer",
			);

			
	
			
		//Tracking Code	
	   
		$of_options[] = array( "name"	=> "",
			"id"	=> "tracking_header",
			);    

		$of_options[] = array( "name"	=> "",
			"id"	=> "tracking_footer",
			);
			
							
							
			
		// Typography
		
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_body_font",
			);
			
		$of_options[] = array( "name"	=> "",
			"id"	=> "google_fonts_intro",
			);
			
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_body_family",
			);
			
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_heading_family",
			);
			
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_footer_family",
			);
			
			
			
	 // Styling Options
	  
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_body_bg",
			);
			
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_header_bg",
			);	
			
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_footer_bg",
			);	
			
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_boxed_bg",
			);
		
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_boxed_bgImg",
		);
			
		$of_options[] = array( "name"	=> "",
			"id"	=> "custom_css_box",
			);
			
			
	
	}//End function: of_options()
}//End chack if function exists: of_options()
?>

Zerion Mini Shell 1.0