fetch( 'content', 'draft_count' )
The number of drafts (as an integer) that belong to the current user.
This function fetches the number of drafts that belong to the current user and returns it as an integer.
{def $drafts=fetch( 'content', 'draft_count' )} The current user has {$drafts} drafts.
Outputs the number of drafts that belong to the current user.
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.