Look in the views-view.tpl.php in your theme directory, as the error message indicates.
There is probably a reference to the variable $admin_links, but this has not been defined. Try prefixing with @ like this:
<?php print @$admin_links?>
That should take care of your problem.
This is a drupal 7-ism to be notice compliant.
Dave
________________________________
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Steve Kessler Sent: Tuesday, September 20, 2011 4:25 PM To: support@drupal.org Subject: [support] admin_links
II think this relates to the slide show module but I am not sure so I am asking the support list. I am sorry if I am missing something simple because I think I have seen this before but I cannot find it.
"Notice: Undefined variable: admin_links in include() (line 34 of/home7/k....o/public_html/staging/sites/all/themes/k....k/templates/vi ews-view.tpl.php)."
Any help with this is very much appreciated.
Thanks,
Steve