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.
<ul> <?php if( osc_users_enabled() ) { ?> <?php if( osc_is_web_user_logged_in() ) { ?> <li> <?php echo sprintf(__('Hi %s', OSCLASSWIZARDS_THEME_FOLDER), osc_logged_user_name() . '!'); ?> ❘ <strong><a href="<?php echo osc_user_dashboard_url(); ?>"> <?php _e('My account', OSCLASSWIZARDS_THEME_FOLDER); ?> </a></strong> <a href="<?php echo osc_user_logout_url(); ?>"> <?php _e('Logout', OSCLASSWIZARDS_THEME_FOLDER); ?> </a> </li> <?php } else { ?> <li> <a href="<?php echo osc_user_login_url(); ?>"> <?php _e('Login', OSCLASSWIZARDS_THEME_FOLDER); ?> </a></li> <?php if(osc_user_registration_enabled()) { ?> <li> <a href="<?php echo osc_register_account_url(); ?>"> <?php _e('Register', OSCLASSWIZARDS_THEME_FOLDER); ?> </a> </li> <?php } ?> <?php } ?> <?php } ?> <?php osc_reset_static_pages(); while( osc_has_static_pages() ) { ?> <li> <a href="<?php echo osc_static_page_url(); ?>"><?php echo osc_static_page_title(); ?></a> </li> <?php } ?> <li> <a href="<?php echo osc_contact_url(); ?>"> <?php _e('Contact', OSCLASSWIZARDS_THEME_FOLDER); ?> </a> </li> <?php if( osc_users_enabled() || ( !osc_users_enabled() && !osc_reg_user_post() )) { ?> <li class = "publish"> <a href="<?php echo osc_item_post_url_in_category(); ?>"> <?php _e("Post an item", OSCLASSWIZARDS_THEME_FOLDER);?> </a> </li> <?php } ?> </ul>
.links a {display: block;font-size: 15px;font-weight: 700;text-transform: uppercase;}.publish {float: right;}.form-filters {padding: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}