You are here

constant BOOST_FRONTPAGE in Boost 5

2 uses of BOOST_FRONTPAGE
boost_file_path in ./boost.api.inc
Returns the static file path for a Drupal page.
boost_is_cached in ./boost.api.inc
Determines whether a given Drupal page is currently cached or not.

File

./boost.module, line 12
Provides static page caching for Drupal.

Code

define('BOOST_FRONTPAGE', drupal_get_normal_path(variable_get('site_frontpage', 'node')));