PHP Classes

File: language/en.inc.php

Recommend this page to a friend!
  Classes of Valics Lehel   PaginationClass   language/en.inc.php   Download  
File: language/en.inc.php
Role: Configuration script
Content type: text/plain
Description: Language file
Class: PaginationClass
Show links to browse listings using templates
Author: By
Last change:
Date: 16 years ago
Size: 220 bytes
 

Contents

Class file image Download
<?php
define
("LANG_PAGINATION_TOTAL","Total pages:");
define("LANG_PAGINATION_FIRST","First");
define("LANG_PAGINATION_PREV","Prev");
define("LANG_PAGINATION_NEXT","Next");
define("LANG_PAGINATION_LAST","Last");
?>