SetSail - Travel Agency Theme

SetSail - Travel Agency Theme 2.1

Keine Berechtigung zum Herunterladen
Beigetreten
Sep 11, 2021
Nachrichten
9,269
Reaktionswert
2,997
Credits
$11,903
thanks to dear member @theresa submitted a new resource:

SetSail - Travel Agency Theme - It’s time to bring your travel business up a notch!

Anhang 51690 einsehen
It’s time to bring your travel business up a notch!


We have made just the perfect theme for travel agency websites with astonishing features that are great for showcasing your tourism and traveler projects! You can present your tours & destinations in great detail and have people book trips online thanks to the powerful online booking system that comes included with the theme. SetSail comes with a collection of stunning predesigned homepages...

Read more about this resource...
 
this theme was not request purchase key.if you want to disable message like
Your copy of the theme has not been activated.
you need to edit
from
PHP:
if( ! function_exists( 'setsail_select_is_theme_registered' ) ) {
    function setsail_select_is_theme_registered() {
        if( function_exists( 'setsail_core_is_theme_registered' ) ){
            return setsail_core_is_theme_registered();
        } else {
            return false;
        }
    }
}
to
PHP:
if( ! function_exists( 'setsail_select_is_theme_registered' ) ) {
    function setsail_select_is_theme_registered() {
        if( function_exists( 'setsail_core_is_theme_registered' ) ){
            return true;
        }  
    }
}
}
 
Zuletzt bearbeitet:
Oben