In my theme directory there is an file named sidebar.php. A part of that file looks like this:
<li>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</li>
After that peace of code insert this:
<li>
<!-- Start pdf24.org sidebar plugin -->
<?php pdf24Plugin_sidebarBox(); ?>
<!-- End pdf24.org sidebar plugin -->
</li>
In my theme directory there is an file named index.php. A part of that file looks like this:
<?php endwhile; ?>
After that code insert this:
<!-- Start pdf24.org top bottom plugin -->
<?php pdf24Plugin_topBottomBox(); ?>
<!-- End pdf24.org top bottom plugin -->
In my theme directory there is an file named index.php. A part of that file looks like this:
<div id="content" class="narrowcolumn">
After that code insert this:
<!-- Start pdf24.org top bottom plugin -->
<?php pdf24Plugin_topBottomBox(); ?>
<!-- End pdf24.org top bottom plugin -->




