Iñigo Valentin преди 9 години
родител
ревизия
261c88260a
променени са 2 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 1 1
      www/css/index.css
  2. 7 7
      www/index.php

+ 1 - 1
www/css/index.css

@@ -180,13 +180,13 @@ div#us p{
 }
 
 div#us div{
-    position:    absolute;
     top:        4em;
     right:        3em;
     text-align:    center;
 }
 
 div#us div img{
+    position: absolute;
     opacity:    0.4;
     max-height:    100px;
     max-width:    100px;

+ 7 - 7
www/index.php

@@ -489,17 +489,15 @@
                 }
 ?>
                 <div class='section' itemscope itemtype='http://schema.org/Organization'>
-                    <meta itemprop='url' content='<?php echo("$server"); ?>'/>
+                    <meta itemprop='url' content='<?=$server?>'/>
                     <h3 class='section_title' itemprop='name'><?=$lng['index_us']?></h3>
                     <div class='entry' id='us'>
                         <p itemprop='description'><?=$lng['index_us_content']?></p>
-                        <div>
-                            <img itemprop='logo' src='<?=$server?>/img/logo/GasteizkoMargolariak.png'/>
-                        </div>
+                    </div> <!-- .entry -->
+                    <a class='go_to_section' href='<?=$server?>/nosotros/'><?=$lng['index_us_more']?></a>
+                    </br>
                 </div> <!-- .section -->
-                <a class='go_to_section' href='<?=$server?>/nosotros/'><?=$lng['index_us_more']?></a>
-                <br/>
-            </div>
+								<br/>
             <div id='content_table'>
                 <div class='content_row'>
                     <div class='content_cell' id='cell_posts'>
@@ -569,8 +567,10 @@
                                 if (mysqli_num_rows($q_photos) == 0){
 ?>
                                     <div class='entry'><?=$lng['index_no_photos']?></div>
+<?php
                                 }
                                 else{
+?>
                                     <div class='entry'>
                                         <table id='table_photos'>
                                             <tr>