root/branches/release-35/php/lib/function.mtblogpagecount.php @ 1956

Revision 1956, 412 bytes (checked in by bchoate, 20 months ago)

Added support for phrases on count tags. BugId:79359

Line 
1<?php
2# Movable Type (r) Open Source (C) 2001-2008 Six Apart, Ltd.
3# This program is distributed under the terms of the
4# GNU General Public License, version 2.
5#
6# $Id$
7
8require_once('function.mtblogentrycount.php');
9function smarty_function_mtblogpagecount($args, &$ctx) {
10    // status: complete
11    // parameters: none
12    $args['class'] = 'page';
13    return smarty_function_mtblogentrycount($args, $ctx);
14}
Note: See TracBrowser for help on using the browser.