Programmaticaly determine the page requires authentication?

Permalink
I want to use slightly different theme for pages which are not open to all, to give visual hint to users (editors) as to what kind of information they can put there (public/protected). Instead of defining separate page type I thought there surely must be simpler way, in form of PHP code to determine whether this page is visible to all or not. I don't mean user property isLoggedIn but page property to tell whether guests will be able to see it. Any hints?

 
jbx replied on at Permalink Reply
jbx
http://www.concrete5.org/documentation/developers/permissions/content-permissions

Jon
Bronekk replied on at Permalink Reply
Thanks, but it's not quite what I need. I dont need to know permissions of logged-on user. I need to know permissions of anonymous user.