[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: articles.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('TEXT_MAIN', ''); 14 define('TABLE_HEADING_NEW_ARTICLES', 'New Articles in %s'); 15 16 if ( ($topic_depth == 'articles') || (isset($HTTP_GET_VARS['authors_id'])) ) { 17 define('HEADING_TITLE', $topics['topics_name']); 18 define('TABLE_HEADING_ARTICLES', 'Articles'); 19 define('TABLE_HEADING_AUTHOR', 'Author'); 20 define('TEXT_NO_ARTICLES', 'There are currently no articles in this topic.'); 21 define('TEXT_NO_ARTICLES2', 'There are currently no articles available from this author.'); 22 define('TEXT_NUMBER_OF_ARTICLES', 'Number of Articles: '); 23 define('TEXT_SHOW', 'Display:'); 24 define('TEXT_NOW', '\' now'); 25 define('TEXT_ALL_TOPICS', 'All Topics'); 26 define('TEXT_ALL_AUTHORS', 'All Authors'); 27 define('TEXT_ARTICLES_BY', 'Articles by '); 28 define('TEXT_ARTICLES', 'Below is a list of articles with the most recent ones listed first.'); 29 define('TEXT_DATE_ADDED', 'Published:'); 30 define('TEXT_AUTHOR', 'Author:'); 31 define('TEXT_TOPIC', 'Topic:'); 32 define('TEXT_BY', 'by'); 33 define('TEXT_READ_MORE', 'Read More...'); 34 define('TEXT_MORE_INFORMATION', 'For more information, please visit this authors <a href="http://%s" target="_blank">web page</a>.'); 35 } elseif ($topic_depth == 'top') { 36 define('HEADING_TITLE', 'All Articles'); 37 define('TEXT_ALL_ARTICLES', 'Below is a list of all articles with the most recent ones listed first.'); 38 define('TEXT_ARTICLES', 'Below is a list of all articles with the most recent ones listed first.'); 39 define('TEXT_CURRENT_ARTICLES', 'Current Articles'); 40 define('TEXT_UPCOMING_ARTICLES', 'Upcoming Articles'); 41 define('TEXT_NO_ARTICLES', 'There are currently no articles listed.'); 42 define('TEXT_DATE_ADDED', 'Published:'); 43 define('TEXT_DATE_EXPECTED', 'Expected:'); 44 define('TEXT_AUTHOR', 'Author:'); 45 define('TEXT_TOPIC', 'Topic:'); 46 define('TEXT_BY', 'by'); 47 define('TEXT_READ_MORE', 'Read More...'); 48 } elseif ($topic_depth == 'nested') { 49 define('HEADING_TITLE', 'Articles'); 50 } 51 52 ?>
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 |