I need to be able to assign a specific css class on each ez page. So I need to pull the id number to use in my if statement. I see that the $current_page_base is page so is there something already usable in zen to pull the id number off the string?
The code will go something like this:
if ($current_page_base=='page') {
what is the id number?
}



