[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: articles_new.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE', 'New Articles'); 14 define('HEADING_TITLE', 'New Articles'); 15 16 define('TEXT_NEW_ARTICLES', 'The following articles were added in the last %s days.'); 17 define('TEXT_ARTICLES', sprintf(TEXT_NEW_ARTICLES, NEW_ARTICLES_DAYS_DISPLAY)); 18 define('TEXT_NO_NEW_ARTICLES', 'No new articles have been added in the last %s days.'); 19 define('TEXT_DATE_ADDED', 'Published:'); 20 define('TEXT_AUTHOR', 'Author:'); 21 define('TEXT_TOPIC', 'Topic:'); 22 define('TEXT_BY', 'by'); 23 define('TEXT_READ_MORE', 'Read More'); 24 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |