echo HTTP_CORE_BASE;
        ?>
idea/id/<?php 
        echo $idea['id'];
        ?>
/title/<?php 
        echo render::makeTitle($idea['idea']);
        ?>
">
                        <b><?php 
        echo render::str_highlight($idea['idea'], $term, $highliter);
        ?>
</b></a></div>
                <div class="auth_desc">
                    <?php 
        echo render::str_highlight(shortString::convert($idea['description'], 300, ' ...  <a href="' . HTTP_CORE_BASE . 'idea/id/' . $idea['id'] . '/title/' . render::makeTitle($idea['idea']) . '"><b>More</b></a>'), $term, $highliter);
        ?>
                </div>
                <div class="auth_inf">
                    Suggested by <?php 
        echo render::giveAuthor($idea['auth_id']);
        ?>
 on <?php 
        echo date('jS \\o\\f F Y', strtotime($idea['sub_date']));
        ?>
 | 
                    <a href="<?php 
        echo HTTP_CORE_BASE;
        ?>
idea/id/<?php 
        echo $idea['id'];