If you are looking for a way to have conditional content shown in your skin without having to use a module, you can do it with some inline code.
<% If DotNetNuke.Security.PortalSecurity.IsInRoles(PortalSettings.AdministratorRoleName) %> Admin only content here<% End If %>
Remember Me