[%- USE Master; USE Api2; USE CPBranding; USE VarCache; CPANEL.CPVAR.dprefix = "../"; SET doesNewsExist = Api2.exec( 'News', 'does_news_exist', {} ); IF doesNewsExist.0; SET doesGlobalNewsExist = Api2.exec( 'News', 'does_news_type_exist', {'type' => 'global'} ); IF doesGlobalNewsExist.0; SET globalNews = Api2.exec( 'News', 'get_news', {'type' => 'global'} ).0; END; SET doesResoldNewsExist = Api2.exec( 'News', 'does_news_type_exist', {'type' => 'resold'} ); IF doesResoldNewsExist.0; SET resoldNews = Api2.exec( 'News', 'get_news', {'type' => 'resold'} ).0; END; SET doesResellersNewsExist = Api2.exec( 'News', 'does_news_type_exist', {'type' => 'cpanel'} ); IF doesResellersNewsExist.0; SET resellerNews = Api2.exec( 'News', 'get_news', {'type' => 'cpanel'} ).0; END; END; Api2.pre_exec("Email", "listpopswithdisk"); SET mail_accounts_near_quota = Api2.exec("Email", "listpopswithdisk", {"nearquotaonly"=>"1"} ); Api2.post_exec("Email", "listpopswithdisk"); IF !CPANEL.notification_count; SET CPANEL.notification_count = execute( 'Notifications', 'get_notifications_count', {}, ).data; END; SET notifications_exist = 0; %] [% WRAPPER '_assets/master.html.tt' page_title = locale.maketext("Notifications") hide_page_heading = 1 app_key = "notifications" page_stylesheets = ['notifications/index.css'] focus_feature_search = 1 -%]
[% locale.maketext("Site Publisher has been deprecated") %] [% IF has_site_publisher_websites %] [% locale.maketext('Learn More') %] [% END %]
[% locale.maketext("Site Publisher is no longer available in cPanel [output,amp] WHM version 134. Existing websites built with Site Publisher will keep working.") %] [% locale.maketext("We recommend switching to Sitejet, a more modern site builder. If you do not have access to Sitejet, contact your hosting provider.") %]