Thursday, 14 July 2011

Need to disable the right sidebar

<?php if ($this->countModules('top or right')) { ?>
<div id="rightColumn" class="column">
                  
                     <jdoc:include type="modules" name="top" style="rounded" />

                           
                        <jdoc:include type="modules" name="right" style="rounded" />
               </div>
<?php } ?>

No comments:

Post a Comment

Source base installation of php, mysql and apache in ubuntu/ linux

Compile and Install a LAMP(Linux/Apache/MySQL/PHP) Server from Source In the last post, I described the method to install a LAMP ser...