Download & Extend

Looks like it works in D6

Project:PocketT
Version:7.x-1.0
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

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?

Comments

#1

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 } ?>

#2

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.

AttachmentSize
Untitled-1.jpg 64.73 KB

#3

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

#4

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.

nobody click here