Skip to content

Instantly share code, notes, and snippets.

@steffenr
Created February 28, 2011 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steffenr/847090 to your computer and use it in GitHub Desktop.
Save steffenr/847090 to your computer and use it in GitHub Desktop.
<?php
$header_data = array(
array(
'header_background' => 'background-image:url(../img/header/header_sun12.jpg)',
'header_elements' => array(
array(
'img_link' => "link1.php",
'img_title' => "Link Titel",
'img_pos_left' => 240,
'img_pos_top' => 10,
'img_width' => 250,
'img_height' => 208
),
array(
'img_link' => "link2.php",
'img_title' => "Link Titel 2",
'img_pos_left' => 240,
'img_pos_top' => 10,
'img_width' => 250,
'img_height' => 208
),
),
),
array(
'header_background' => 'background-image:url(../img/header/header_sun3.jpg)',
'header_elements' => array(
array(
'img_link' => "link3.php",
'img_title' => "Link Titel 3",
'img_pos_left' => 240,
'img_pos_top' => 10,
'img_width' => 250,
'img_height' => 208
),
array(
'img_link' => "link4.php",
'img_title' => "Link Titel 4",
'img_pos_left' => 240,
'img_pos_top' => 10,
'img_width' => 250,
'img_height' => 208
),
),
),
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment