GBPage::urlTo PHP Method

urlTo() static public method

static public urlTo ( $slug )
    static function urlTo($slug)
    {
        return gb::$site_url . gb::$index_prefix . gb::$pages_prefix . $slug;
    }