includes/graphs/top_pages.php
<?php
// Bar chart of the most-viewed pages. Included by api/graphs.php for ?metric=top_pages.
echo renderTopPagesBarGraph(
t('section.top.pages'),
$rangeSql,
$rangeParams,
$periodTitle
);
<?php
// Bar chart of the most-viewed pages. Included by api/graphs.php for ?metric=top_pages.
echo renderTopPagesBarGraph(
t('section.top.pages'),
$rangeSql,
$rangeParams,
$periodTitle
);