2011-03-17, 04:30:15
ccagle8 Wrote:are i18n() and i18n_r() available to the front end? Yeah, looks like they would have to be in basic.php would have to be the place if they need to be accessible to the front end too.
Include structure seems to be:
Code:
index.php
- gsconfig.php
- admin/inc/common.php
- admin/inc/nonce.php
- admin/inc/xss.php
- admin/inc/basic.php
- admin/inc/template_functions.php
So both files should work. Not sure why template_functions is always included.