Theme zpskeleton - top - link wrong?

When I use this theme it looks like this in view-source:

<h3 class="logo">gallery</h3>

I can't figure out why it called /page/none? All other themes works - Am' I doing anything wrong?

Its version 1.5.0, 28/4/14

Thanks!

Comments

  • Just to show where it is wrong, http://i.imgur.com/guWPDbF.png?1 - thoose two goes to /page/none and I cant figure out why
  • Anyone?
  • acrylian Administrator, Developer
    The theme is not really maintained so something might be wrong. "Gallery" is the overview page name `gallery.php` (`/page/gallery`) that many themes that don't use the index for the gallery use. Other themes doing this are the Zenpage theme for example.
  • fretzl Administrator, Developer
    In `themeoptions.php` change line 18 from
    `
    setThemeOption('custom_index_page','none',null,'zpskeleton');
    `
    to
    `
    setThemeOption('custom_index_page',null,null,'zpskeleton');
    `
Sign In or Register to comment.