Beispiel #1
0
    ?>
					
					<?php 
    if (!empty($this->page_description)) {
        ?>
					<div class="margin-bottom-10"><?php 
        echo $this->page_description;
        ?>
</div>
					<?php 
    }
    ?>
					
					<?php 
    if ($this->params->get('display_cat_list', 1) == 1) {
        echo CJFunctions::get_joomla_categories_table_markup($this->categories, array('max_columns' => $this->params->get('num_cat_list_columns', 3), 'max_children' => 0, 'base_url' => $this->page_url, 'menu_id' => $itemid));
    }
    ?>
					
					<?php 
    if ($this->params->get('dispay_search_box', 1) == 1) {
        ?>
					<div class="row-fluid margin-top-10">
						<div class="span12">
							<form action="<?php 
        echo JRoute::_('index.php?option=' . S_APP_NAME . '&view=survey&task=search' . $itemid);
        ?>
" style="text-align: center;" class="no-margin-bottom">
								<div class="input-append center">
									<input type="text" class="required" name="q" placeholder="<?php 
        echo JText::_('LBL_SEARCH');