File "config.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/admin/language/en-gb/blog/config.php
File size: 1.74 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php
// Heading
$_['heading_title']                     = '<b><i>Blog Configuration</i></b>';
$_['page_title']                        = 'Blog Configuration';

// Text
$_['text_success']                      = 'Success: You have modified blog settings!';
$_['text_edit']                         = 'Blog Configuration';
$_['text_blog']                         = 'Blog';

// Entry
$_['entry_width']                       = 'Width';
$_['entry_height']                      = 'Height';
$_['entry_article_limit']               = 'Default Articles Per Page (Pagination)';
$_['entry_meta_title'] 	                = 'Meta Title';
$_['entry_meta_keyword'] 	            = 'Meta Tag Keywords';
$_['entry_meta_description']            = 'Meta Tag Description';
$_['entry_image_article']               = 'Article Image Size in Article Detail Page';
$_['entry_blog_image_size']             = 'Article Image Size in Blog Page';

// Help
$_['help_article_limit'] 	            = 'Determines how many articles are shown per page.';

// Error
$_['error_image_article']               = 'Article Image Size in Article Detail Page dimensions required!';
$_['error_image_blog']                  = 'Article Image Size in Blog Page dimensions required!';
$_['error_warning']                     = 'Warning: Please check the form carefully for errors!';
$_['error_permission']                  = 'Warning: You do not have permission to modify settings!';
$_['error_article_limit']       	    = 'Limit required!';
$_['error_meta_description']            = 'Meta Description required!';
$_['error_meta_keyword']                = 'Meta Keyword required!';
$_['error_width']                       = 'Width required!';
$_['error_height']                      = 'Height required!';