Current File : /home/inlingua/public_html/templates/inlingua/html/com_content/article/default.php
<?php // @version $Id: default.php 11386 2009-01-04 02:34:35Z ian $
defined('_JEXEC') or die('Restricted access');
?>
<?php $pageId=JRequest::getVar('id'); ?>
<?php if($pageId == 1) { ?> 
<!-- web:item:start name="Bild"  -->
<div class="elementStandard">
<!-- web:picture:start -->
        <div class="orange_bg" style="position:relative;overflow:hidden;height:192px;width:100%;">
	    <div style="float:left;overflow:hidden;width:320px;height:192px;">
            <img src="<?php echo $this->baseurl ?>/templates/inlingua/images/main_4.jpg" width=320 height=192 border="0"/>
          </div>
          <div style="float:left;overflow:hidden;width:240px;height:192px;background-color:#FFFFFF;">
            <div style="float:left;overflow:hidden;width:80px;height:128px;background-color:#FFFF66;">
            </div>
            <div style="float:left;overflow:hidden;width:160px;height:192px;">
              <div class="sq_bx">
                <img src="<?php echo $this->baseurl ?>/templates/inlingua/images/main_5.jpg" width=80 height=64 border="0"/>
              </div>
              <div class="sq_bx orange_bg"></div>
              <div class="sq_bx orange_bg"></div>
              <div class="sq_bx yellow_bg"></div>
            </div>
          </div>
        </div>
<!-- web:picture:stop -->
</div>
<!-- web:item:stop -->
<?php } ?> 
<div class="blockContent">

          <div id="page">

          <?php if ($this->params->get('show_title')) : ?>
          <h1>
          	<?php if ($this->params->get('link_titles') && $this->article->readmore_link != '') : ?>
          	<a href="<?php echo $this->article->readmore_link; ?>" class="contentpagetitle<?php echo $this->params->get('pageclass_sfx'); ?>">
          		<?php echo $this->article->title; ?></a>
          	<?php else :
		          echo $this->escape($this->article->title);
          	endif; ?>
          </h1>
          <?php endif; ?>

          <?php echo $this->article->event->beforeDisplayContent; ?>

          <?php if ($this->params->get('show_url') && $this->article->urls) : ?>
          <span class="small">
          	<a href="<?php echo $this->article->urls; ?>" target="_blank">
          		<?php echo $this->article->urls; ?></a>
          </span>
          <?php endif; ?>

          <?php echo JFilterOutput::ampReplace($this->article->text); ?>

          <?php echo $this->article->event->afterDisplayContent; ?>

		</div>

</div>