04-12-2016, 11:03 PM
(03-17-2016 09:00 AM)anonymous1981 Wrote: [ -> ]the error still stands but after playing with the sql in phpmyadmin ive added the rest of the world database main section location , 1 to 5 just edit as needed
how do i fill in the blank area on the right i can not edit any ideas
/public_html/custom/domain_1/theme/default/body/index.php
add/check if you have this part after /article>
PHP Code:
</article>
<aside class="span4" role="complementary">
<div class="row-fluid">
<? include(system_getFrontendPath("featured_review.php")); ?>
</div>
<div class="row-fluid">
<? include(system_getFrontendPath("event_calendar.php")); ?>
</div>
<? include(system_getFrontendPath("twitter.php")); ?>
</aside>