<?php
/*
for($y=0;$y<18;$y++){
$link = array(
'menu_name' => 'menu-tijdelijkfooter',
'weight' => 0,
'link_title' => 'Item '.$x.' '.$y,
'options' => array(),
'module' => 'menu',
'link_path' => 'http://www.coworks.be',
'hidden' => 0,
'has_children' => 0,
'expanded' => 0,
'customized' => 0,
'updated' => 0,
);
menu_link_save($link);
}
?>p
for($y=0;$y<18;$y++){
$link = array(
'menu_name' => 'menu-tijdelijkfooter',
'weight' => 0,
'link_title' => 'Item '.$x.' '.$y,
'options' => array(),
'module' => 'menu',
'link_path' => 'http://www.coworks.be',
'hidden' => 0,
'has_children' => 0,
'expanded' => 0,
'customized' => 0,
'updated' => 0,
);
menu_link_save($link);
}
*/
?>