Re: [Php-calendar-discussion] Menu lists
Brought to you by:
sproctor
From: Ken R. <ke...@in...> - 2005-07-07 02:10:36
|
Thanks Sean I found them in calendar.php Can I remove everything listed here, or just selected portions? // returns XHTML data for the links at the bottom of the calendar function link_bar() { global $config, $phpc_url; $html =3D tag('div', attributes('class=3D"phpc-footer"')); if($config['translate']) { $html->add(tag('p', '[', lang_link('en'), '] [', lang_link('de'), ']')); } $html->add(tag('p', '[', tag('a', attributes('href=3D"http://validator.w3.org/' .'check?url=3D' .rawurlencode($phpc_url) .'"'), 'Valid XHTML 1.1'), '] [', tag('a', attributes('href=3D"http://jigsaw.w3.org/' .'css-validator/check/referer"'), 'Valid CSS2'), ']')); return $html; } ----- Original Message -----=20 From: Sean Proctor=20 To: Ken Robb=20 Cc: php...@li...=20 Sent: Wednesday, July 06, 2005 9:18 AM Subject: Re: [Php-calendar-discussion] Menu lists Hi, It's in calendar.php just search for those lines and remove them. Sean On 7/6/05, Ken Robb <ke...@in...> wrote: Can someone please direct me where I can delete the code at the = bottom of the calendar where it reads... Valid XHTML 1.1] [Valid CSS2] Still learning the PHP, and really appreciate the help Ken |