Redaxscript\Modules\ShareThis\ShareThis::contentFragmentEnd PHP Method

contentFragmentEnd() public static method

contentFragmentEnd
Since: 3.0.0
public static contentFragmentEnd ( )
    public static function contentFragmentEnd()
    {
        if (Registry::get('lastTable') === 'articles') {
            $url = Registry::get('root') . '/' . Registry::get('parameterRoute') . Registry::get('fullRoute');
            return self::render($url);
        }
    }