Re: [Php-calendar-discussion] Menu lists
Brought to you by:
sproctor
From: Gabriel H. <ga...@ga...> - 2005-07-07 07:34:18
|
Hi Ken, You will also need to delete or comment out any calls to the function. I deleted the calls long ago so can't tell you what file it is in though. Gabriel Ken Robb wrote: > 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 = tag('div', attributes('class="phpc-footer"'));* > ** > * if($config['translate']) { > $html->add(tag('p', '[', lang_link('en'), '] [', > lang_link('de'), ']')); > }* > ** > * $html->add(tag('p', '[', > tag('a', > attributes('href="**http://validator.w3.org/'* > <http://validator.w3.org/%27> > * .'check?url=' > .rawurlencode($phpc_url) > .'"'), 'Valid XHTML 1.1'), > '] [', > tag('a', attributes('href="**http://jigsaw.w3.org/'* > <http://jigsaw.w3.org/%27> > * .'css-validator/check/referer"'), > 'Valid CSS2'), > ']')); > return $html; > } > * > > ----- Original Message ----- > *From:* Sean Proctor <mailto:spr...@gm...> > *To:* Ken Robb <mailto:ke...@in...> > *Cc:* php...@li... > <mailto:php...@li...> > *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... > <mailto: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 > <http://validator.w3.org/check?url=http%3A%2F%2Fwww.theremnantchurch.com%2Fcalendar%2Findex.php%3F>] > [Valid CSS2 <http://jigsaw.w3.org/css-validator/check/referer>] > > Still learning the PHP, and really appreciate the help > Ken > > -- Gabriel Harrison Web Development and IT Support 1 Hawthorn Crescent Durham DH1 1ED Tel: 0191 370 9181 Mob: 07939 231 720 |