Important security update, please update to Osclass 3.7.4
At Osclass we have changed our Privacy Policy and Terms of Use in order to adapt them to the new General Data Protection Regulation (GDPR). We want you to know what user data we store, what we need them for, and who we share them with in each specific case. Furthermore, we are making it even easier for you to exercise your right to manage your own data.
Our goal is that you enjoy the best possible experience with our website. As the GDPR comes into force, legislation requires us that you grant us permission—both to us and our partners—to store cookies in your browser. Remember you can find more information about what we do with your data by clicking here.
I accept Osclass SL’s Terms of Use and Cookies Policy and grant them permission to manage my data.
<?php /* * Osclass – software for creating and publishing online classified * advertising platforms * * Copyright (C) 2013 Osclass * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation, either version 3 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public * License along with this program. If not, see <http://www.gnu.org/licenses/>. */ function itemCustomHead(){ if( osc_item_is_expired () ) { $echo = "<meta name="robots" content="noindex, nofollow" /><meta name="googlebot" content="noindex, nofollow" />"; } else { $echo = "<meta name="robots" content="index, follow" /><meta name="googlebot" content="index, follow" />"; } echo $echo.'<script type="text/javascript" src="'.osc_current_web_theme_js_url('jquery.validate.min.js').'"></script>'; } osc_add_hook('header','itemCustomHead');?> <?php osc_current_web_theme_path('header.php') ; ?> <div class="content-item"> <div id="item-head"> <h1><?php echo osc_item_title(); ?></h1> <div id="type_dates"> <strong><?php echo osc_item_category() ; ?></strong> </div> </div> <div id="left-side"> <?php if( osc_images_enabled_at_items() ) { if( osc_count_item_resources() > 0 ) { ?> <div id="gallery"> <div class="ad-gallery"> <div class="ad-image-wrapper"> </div> <div class="ad-nav"> <div class="ad-thumbs"> <ul class="ad-thumb-list"> <?php for ( $i = 0; osc_has_item_resources() ; $i ) { ?> <li> <a href="<? //php echo osc_resource_url(); echo 'http://s3-eu-west-1.amazonaws.com/espanainmo.com/'.osc_resource_field("s_name").".".osc_resource_field("s_extension"); ?>"> <img src="<?php echo 'http://s3-eu-west-1.amazonaws.com/espanainmo.com/'.osc_resource_field("s_name").".".osc_resource_field("s_extension"); ?>"></a> </li> <?php } ?>