It's very difficult to navigate without breadcrumbs. You can add this support simply by adding 1 line to page.tpl.php, for ex. like this:

                    <div id="main" class="clear-block">
+++<?php if ($breadcrumb): print $breadcrumb; endif; ?>
                    <?php if (!empty($tabs)): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
                    <?php if (!empty($messages)): print $messages; endif; ?>

Of course, it would be nice to enclose output to <div> and add accroding class to style.css.

Comments

ktleow’s picture

Status: Active » Fixed

Added breadcrumb feature for the upcoming version 2 of Color Paper.

Please wait for its release, pretty soon :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.