Testing at http://d-theme.com/pockett shows a working theme in Drupal 6. The only change is pockett.info version = "6.x-1.0" and core = "6.x". Any move toward a D6 version?

CommentFileSizeAuthor
#2 Untitled-1.jpg64.73 KBSinan Erdem

Comments

peterx’s picture

One change for menus.

<?php if (isset($main_menu)) { ?><?php print theme('links', $main_menu, array('class' => 'links', 'id' => 'navlist')) ?><?php }
else if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' => 'links', 'id' => 'navlist')) ?><?php } ?>
Sinan Erdem’s picture

StatusFileSize
new64.73 KB

Very nice and neat-looking theme indeed.

But when I try it on D6, the layout seems to be broken. Check the image in the attachment.

Sinan Erdem’s picture

Ops, sorry. My mistake... Trying to replace the code for the menu, I erased a tag... COrrecting it, everything seems to work fine...

crashtest_’s picture

Status: Active » Closed (won't fix)

I don't currently intend to make this a D6 theme, but if you would like to submit a patch with changes to make it work as such I would not mind at all.