Could you put a non-breaking space in the Create/Edit button in the next update?

Permalink Browser Info Environment
Hi, in the admin area the button for creating editing events does not have a space between the font-awesome icon and the button text. This is an annoyance as I know the client will pick up on it and will ask me if the add-on code is good quality, I know that this add-on is very good quality but to a client that knows nothing this would appear to be scruffy. I have found a way to fix the issue and have edited the file. I was hoping you could put this edit in the next update so I don't have to keep editing it on each update. This code is found in proevents/controller.php between line 891 & 897.

if ($request->get('eID') > 0) {
    $title = t(' Edit');
    $icon = 'calendar';
} else {
    $title = t(' Create');
    $icon = 'calendar-o';
}

Type: Pre-Sale
Status: In Progress
chillax86
View Replies:
RadiantWeb replied on at Permalink Reply
RadiantWeb
Hi there,

This is an auto responder to let you know that your support ticket has been forwarded to our entire support team at RadiantWeb!

Support tickets are reviewed Mondays thru Fridays 9am to 9pm & Saturdays 9am to 12pm EST.

A support team member will be following up with you as soon as possible.

Thank for supporting RadiantWeb Products!

RadiantWeb Support
http://goradiantweb.com
chillax86 replied on at Permalink Reply
chillax86
In the space before "Edit" and "Create" in the code above, I actually put a html encoded non-breaking space but it didn't show it in the code above. I wanted to show the "nbsp;" prefixed with an ampersand "&" as just a normal space does not work/have an effect.

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.4.2
Version Installed - 5.7.4.2
Database Version - 20150504000000

# concrete5 Packages
Block Designer (1.2.0), ExchangeCore reCAPTCHA (1.0.1), Page Redirect (2.0), Page Selector Attribute (2.0), ProEvents (2.6.4).

# concrete5 Overrides
blocks/autonav/templates/bootstrap_navbar/view.css, blocks/autonav/templates/bootstrap_navbar/view.js, blocks/autonav/templates/bootstrap_navbar/view.php, blocks/autonav/templates/bootstrap_navbar, blocks/autonav/templates, blocks/autonav, blocks/feature/templates/large_icon_above/view.css, blocks/feature/templates/large_icon_above/view.php, blocks/feature/templates/large_icon_above, blocks/feature/templates, blocks/feature, blocks/image/templates/lightbox/view.php, blocks/image/templates/lightbox, blocks/image/templates, blocks/image, blocks/page_title/templates/byline.php, blocks/page_title/templates, blocks/page_title, blocks/search/templates/bootstraped-search/view.css, blocks/search/templates/bootstraped-search/view.php, blocks/search/templates/bootstraped-search, blocks/search/templates, blocks/search, blocks/social_links/templates/circle_social_links/view.css, blocks/social_links/templates/circle_social_links/view.php, blocks/social_links/templates/circle_social_links, blocks/social_links/templates, blocks/social_links, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/sl_SI/LC_MESSAGES/messages.mo, languages/sl_SI/LC_MESSAGES, languages/sl_SI, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, themes/tovic/blank.php, themes/tovic/blog_entry.php, themes/tovic/css/bootstrap.css, themes/tovic/css/bootstrap.css.map, themes/tovic/css/bootstrap.less, themes/tovic/css/build/blocks/_date-navigation.less, themes/tovic/css/build/blocks/_faq.less, themes/tovic/css/build/blocks/_feature-template-hover-description.less, themes/tovic/css/build/blocks/_feature.less, themes/tovic/css/build/blocks/_google-map.less, themes/tovic/css/build/blocks/_image-slider.less, themes/tovic/css/build/blocks/_image.less, themes/tovic/css/build/blocks/_next-previous.less, themes/tovic/css/build/blocks/_page-attribute-display.less, themes/tovic/css/build/blocks/_page-list-option-buttons.less, themes/tovic/css/build/blocks/_page-list-template-thumbnail-grid.less, themes/tovic/css/build/blocks/_page-list.less, themes/tovic/css/build/blocks/_page-title-option-byline.less, themes/tovic/css/build/blocks/_page-title.less, themes/tovic/css/build/blocks/_survey.less, themes/tovic/css/build/blocks/_tags.less, themes/tovic/css/build/blocks/_testimonial.less, themes/tovic/css/build/blocks/_topic-list.less, themes/tovic/css/build/blocks, themes/tovic/css/build/bootstrap-3.3.4/mixins/_alerts.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_background-variant.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_border-radius.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_buttons.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_center-block.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_clearfix.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_forms.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_gradients.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_grid-framework.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_grid.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_hide-text.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_image.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_labels.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_list-group.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_media.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_nav-divider.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_nav-vertical-align.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_opacity.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_pagination.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_panels.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_progress-bar.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_reset-filter.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_resize.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_responsive-visibility.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_size.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_tab-focus.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_table-row.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_text-emphasis.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_text-overflow.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_vendor-prefixes.less, themes/tovic/css/build/bootstrap-3.3.4/mixins, themes/tovic/css/build/bootstrap-3.3.4/_alerts.less, themes/tovic/css/build/bootstrap-3.3.4/_badges.less, themes/tovic/css/build/bootstrap-3.3.4/_breadcrumbs.less, themes/tovic/css/build/bootstrap-3.3.4/_button-groups.less, themes/tovic/css/build/bootstrap-3.3.4/_buttons.less, themes/tovic/css/build/bootstrap-3.3.4/_carousel.less, themes/tovic/css/build/bootstrap-3.3.4/_close.less, themes/tovic/css/build/bootstrap-3.3.4/_code.less, themes/tovic/css/build/bootstrap-3.3.4/_component-animations.less, themes/tovic/css/build/bootstrap-3.3.4/_dropdowns.less, themes/tovic/css/build/bootstrap-3.3.4/_forms.less, themes/tovic/css/build/bootstrap-3.3.4/_glyphicons.less, themes/tovic/css/build/bootstrap-3.3.4/_grid.less, themes/tovic/css/build/bootstrap-3.3.4/_input-groups.less, themes/tovic/css/build/bootstrap-3.3.4/_jumbotron.less, themes/tovic/css/build/bootstrap-3.3.4/_labels.less, themes/tovic/css/build/bootstrap-3.3.4/_list-group.less, themes/tovic/css/build/bootstrap-3.3.4/_media.less, themes/tovic/css/build/bootstrap-3.3.4/_mixins.less, themes/tovic/css/build/bootstrap-3.3.4/_modals.less, themes/tovic/css/build/bootstrap-3.3.4/_navbar.less, themes/tovic/css/build/bootstrap-3.3.4/_navs.less, themes/tovic/css/build/bootstrap-3.3.4/_normalize.less, themes/tovic/css/build/bootstrap-3.3.4/_pager.less, themes/tovic/css/build/bootstrap-3.3.4/_pagination.less, themes/tovic/css/build/bootstrap-3.3.4/_panels.less, themes/tovic/css/build/bootstrap-3.3.4/_popovers.less, themes/tovic/css/build/bootstrap-3.3.4/_print.less, themes/tovic/css/build/bootstrap-3.3.4/_progress-bars.less, themes/tovic/css/build/bootstrap-3.3.4/_responsive-embed.less, themes/tovic/css/build/bootstrap-3.3.4/_responsive-utilities.less, themes/tovic/css/build/bootstrap-3.3.4/_scaffolding.less, themes/tovic/css/build/bootstrap-3.3.4/_tables.less, themes/tovic/css/build/bootstrap-3.3.4/_theme.less, themes/tovic/css/build/bootstrap-3.3.4/_thumbnails.less, themes/tovic/css/build/bootstrap-3.3.4/_tooltip.less, themes/tovic/css/build/bootstrap-3.3.4/_type.less, themes/tovic/css/build/bootstrap-3.3.4/_utilities.less, themes/tovic/css/build/bootstrap-3.3.4/_variables.less, themes/tovic/css/build/bootstrap-3.3.4/_wells.less, themes/tovic/css/build/bootstrap-3.3.4, themes/tovic/css/build/custom-design-classes/_area-content-accent.less, themes/tovic/css/build/custom-design-classes/_block-sidebar-padded.less, themes/tovic/css/build/custom-design-classes/_block-sidebar-wrapped.less, themes/tovic/css/build/custom-design-classes/_blog-entry-list.less, themes/tovic/css/build/custom-design-classes/_header-details.less, themes/tovic/css/build/custom-design-classes/_recent-blog-entry.less, themes/tovic/css/build/custom-design-classes/_testimonial-bio.less, themes/tovic/css/build/custom-design-classes, themes/tovic/css/build/fonts/defaults.less, themes/tovic/css/build/fonts, themes/tovic/css/build/mobile/_navigation.less, themes/tovic/css/build/mobile, themes/tovic/css/build/_body.less, themes/tovic/css/build/_breadcrumb.less, themes/tovic/css/build/_buttons.less, themes/tovic/css/build/_content.less, themes/tovic/css/build/_footer.less, themes/tovic/css/build/_header.less, themes/tovic/css/build/_miscellaneous-styles.less, themes/tovic/css/build/_mixins.less, themes/tovic/css/build/_pagination.less, themes/tovic/css/build/_reset.less, themes/tovic/css/build/_search.less, themes/tovic/css/build, themes/tovic/css/main.less, themes/tovic/css/presets/defaults.less, themes/tovic/css/presets, themes/tovic/css/styles.xml, themes/tovic/css, themes/tovic/default.php, themes/tovic/description.txt, themes/tovic/elements/footer.php, themes/tovic/elements/footer_bottom.php, themes/tovic/elements/header.php, themes/tovic/elements/header_top.php, themes/tovic/elements, themes/tovic/favicon.ico, themes/tovic/fonts/glyphicons-halflings-regular.eot, themes/tovic/fonts/glyphicons-halflings-regular.svg, themes/tovic/fonts/glyphicons-halflings-regular.ttf, themes/tovic/fonts/glyphicons-halflings-regular.woff, themes/tovic/fonts/glyphicons-halflings-regular.woff2, themes/tovic/fonts, themes/tovic/full.php, themes/tovic/images/background-slider-blue-sky.png, themes/tovic/images/background-slider-default.png, themes/tovic/images/background-slider-night-road.png, themes/tovic/images/background-slider-royal.png, themes/tovic/images/background.png, themes/tovic/images/header-background-country-life.jpg, themes/tovic/images/slider_shadow.png, themes/tovic/images/text-size-sprite.gif, themes/tovic/images/transparent.png, themes/tovic/images/white-25-percent-opacity.png, themes/tovic/images, themes/tovic/js/assets/loader.gif, themes/tovic/js/assets, themes/tovic/js/bootstrap.js, themes/tovic/js/bootstrap.min.js, themes/tovic/js/general.js, themes/tovic/js/jquery.preloader.js, themes/tovic/js, themes/tovic/left_sidebar.php, themes/tovic/page_forbidden.php, themes/tovic/page_not_found.php, themes/tovic/page_theme.php, themes/tovic/right_sidebar.php, themes/tovic/thumbnail.png, themes/tovic/view.php, themes/tovic, blocks/autonav/templates/bootstrap_navbar/view.css, blocks/autonav/templates/bootstrap_navbar/view.js, blocks/autonav/templates/bootstrap_navbar/view.php, blocks/autonav/templates/bootstrap_navbar, blocks/autonav/templates, blocks/autonav, blocks/feature/templates/large_icon_above/view.css, blocks/feature/templates/large_icon_above/view.php, blocks/feature/templates/large_icon_above, blocks/feature/templates, blocks/feature, blocks/image/templates/lightbox/view.php, blocks/image/templates/lightbox, blocks/image/templates, blocks/image, blocks/page_title/templates/byline.php, blocks/page_title/templates, blocks/page_title, blocks/search/templates/bootstraped-search/view.css, blocks/search/templates/bootstraped-search/view.php, blocks/search/templates/bootstraped-search, blocks/search/templates, blocks/search, blocks/social_links/templates/circle_social_links/view.css, blocks/social_links/templates/circle_social_links/view.php, blocks/social_links/templates/circle_social_links, blocks/social_links/templates, blocks/social_links, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/sl_SI/LC_MESSAGES/messages.mo, languages/sl_SI/LC_MESSAGES, languages/sl_SI, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, themes/tovic/blank.php, themes/tovic/blog_entry.php, themes/tovic/css/bootstrap.css, themes/tovic/css/bootstrap.css.map, themes/tovic/css/bootstrap.less, themes/tovic/css/build/blocks/_date-navigation.less, themes/tovic/css/build/blocks/_faq.less, themes/tovic/css/build/blocks/_feature-template-hover-description.less, themes/tovic/css/build/blocks/_feature.less, themes/tovic/css/build/blocks/_google-map.less, themes/tovic/css/build/blocks/_image-slider.less, themes/tovic/css/build/blocks/_image.less, themes/tovic/css/build/blocks/_next-previous.less, themes/tovic/css/build/blocks/_page-attribute-display.less, themes/tovic/css/build/blocks/_page-list-option-buttons.less, themes/tovic/css/build/blocks/_page-list-template-thumbnail-grid.less, themes/tovic/css/build/blocks/_page-list.less, themes/tovic/css/build/blocks/_page-title-option-byline.less, themes/tovic/css/build/blocks/_page-title.less, themes/tovic/css/build/blocks/_survey.less, themes/tovic/css/build/blocks/_tags.less, themes/tovic/css/build/blocks/_testimonial.less, themes/tovic/css/build/blocks/_topic-list.less, themes/tovic/css/build/blocks, themes/tovic/css/build/bootstrap-3.3.4/mixins/_alerts.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_background-variant.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_border-radius.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_buttons.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_center-block.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_clearfix.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_forms.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_gradients.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_grid-framework.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_grid.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_hide-text.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_image.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_labels.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_list-group.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_media.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_nav-divider.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_nav-vertical-align.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_opacity.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_pagination.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_panels.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_progress-bar.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_reset-filter.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_resize.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_responsive-visibility.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_size.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_tab-focus.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_table-row.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_text-emphasis.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_text-overflow.less, themes/tovic/css/build/bootstrap-3.3.4/mixins/_vendor-prefixes.less, themes/tovic/css/build/bootstrap-3.3.4/mixins, themes/tovic/css/build/bootstrap-3.3.4/_alerts.less, themes/tovic/css/build/bootstrap-3.3.4/_badges.less, themes/tovic/css/build/bootstrap-3.3.4/_breadcrumbs.less, themes/tovic/css/build/bootstrap-3.3.4/_button-groups.less, themes/tovic/css/build/bootstrap-3.3.4/_buttons.less, themes/tovic/css/build/bootstrap-3.3.4/_carousel.less, themes/tovic/css/build/bootstrap-3.3.4/_close.less, themes/tovic/css/build/bootstrap-3.3.4/_code.less, themes/tovic/css/build/bootstrap-3.3.4/_component-animations.less, themes/tovic/css/build/bootstrap-3.3.4/_dropdowns.less, themes/tovic/css/build/bootstrap-3.3.4/_forms.less, themes/tovic/css/build/bootstrap-3.3.4/_glyphicons.less, themes/tovic/css/build/bootstrap-3.3.4/_grid.less, themes/tovic/css/build/bootstrap-3.3.4/_input-groups.less, themes/tovic/css/build/bootstrap-3.3.4/_jumbotron.less, themes/tovic/css/build/bootstrap-3.3.4/_labels.less, themes/tovic/css/build/bootstrap-3.3.4/_list-group.less, themes/tovic/css/build/bootstrap-3.3.4/_media.less, themes/tovic/css/build/bootstrap-3.3.4/_mixins.less, themes/tovic/css/build/bootstrap-3.3.4/_modals.less, themes/tovic/css/build/bootstrap-3.3.4/_navbar.less, themes/tovic/css/build/bootstrap-3.3.4/_navs.less, themes/tovic/css/build/bootstrap-3.3.4/_normalize.less, themes/tovic/css/build/bootstrap-3.3.4/_pager.less, themes/tovic/css/build/bootstrap-3.3.4/_pagination.less, themes/tovic/css/build/bootstrap-3.3.4/_panels.less, themes/tovic/css/build/bootstrap-3.3.4/_popovers.less, themes/tovic/css/build/bootstrap-3.3.4/_print.less, themes/tovic/css/build/bootstrap-3.3.4/_progress-bars.less, themes/tovic/css/build/bootstrap-3.3.4/_responsive-embed.less, themes/tovic/css/build/bootstrap-3.3.4/_responsive-utilities.less, themes/tovic/css/build/bootstrap-3.3.4/_scaffolding.less, themes/tovic/css/build/bootstrap-3.3.4/_tables.less, themes/tovic/css/build/bootstrap-3.3.4/_theme.less, themes/tovic/css/build/bootstrap-3.3.4/_thumbnails.less, themes/tovic/css/build/bootstrap-3.3.4/_tooltip.less, themes/tovic/css/build/bootstrap-3.3.4/_type.less, themes/tovic/css/build/bootstrap-3.3.4/_utilities.less, themes/tovic/css/build/bootstrap-3.3.4/_variables.less, themes/tovic/css/build/bootstrap-3.3.4/_wells.less, themes/tovic/css/build/bootstrap-3.3.4, themes/tovic/css/build/custom-design-classes/_area-content-accent.less, themes/tovic/css/build/custom-design-classes/_block-sidebar-padded.less, themes/tovic/css/build/custom-design-classes/_block-sidebar-wrapped.less, themes/tovic/css/build/custom-design-classes/_blog-entry-list.less, themes/tovic/css/build/custom-design-classes/_header-details.less, themes/tovic/css/build/custom-design-classes/_recent-blog-entry.less, themes/tovic/css/build/custom-design-classes/_testimonial-bio.less, themes/tovic/css/build/custom-design-classes, themes/tovic/css/build/fonts/defaults.less, themes/tovic/css/build/fonts, themes/tovic/css/build/mobile/_navigation.less, themes/tovic/css/build/mobile, themes/tovic/css/build/_body.less, themes/tovic/css/build/_breadcrumb.less, themes/tovic/css/build/_buttons.less, themes/tovic/css/build/_content.less, themes/tovic/css/build/_footer.less, themes/tovic/css/build/_header.less, themes/tovic/css/build/_miscellaneous-styles.less, themes/tovic/css/build/_mixins.less, themes/tovic/css/build/_pagination.less, themes/tovic/css/build/_reset.less, themes/tovic/css/build/_search.less, themes/tovic/css/build, themes/tovic/css/main.less, themes/tovic/css/presets/defaults.less, themes/tovic/css/presets, themes/tovic/css/styles.xml, themes/tovic/css, themes/tovic/default.php, themes/tovic/description.txt, themes/tovic/elements/footer.php, themes/tovic/elements/footer_bottom.php, themes/tovic/elements/header.php, themes/tovic/elements/header_top.php, themes/tovic/elements, themes/tovic/favicon.ico, themes/tovic/fonts/glyphicons-halflings-regular.eot, themes/tovic/fonts/glyphicons-halflings-regular.svg, themes/tovic/fonts/glyphicons-halflings-regular.ttf, themes/tovic/fonts/glyphicons-halflings-regular.woff, themes/tovic/fonts/glyphicons-halflings-regular.woff2, themes/tovic/fonts, themes/tovic/full.php, themes/tovic/images/background-slider-blue-sky.png, themes/tovic/images/background-slider-default.png, themes/tovic/images/background-slider-night-road.png, themes/tovic/images/background-slider-royal.png, themes/tovic/images/background.png, themes/tovic/images/header-background-country-life.jpg, themes/tovic/images/slider_shadow.png, themes/tovic/images/text-size-sprite.gif, themes/tovic/images/transparent.png, themes/tovic/images/white-25-percent-opacity.png, themes/tovic/images, themes/tovic/js/assets/loader.gif, themes/tovic/js/assets, themes/tovic/js/bootstrap.js, themes/tovic/js/bootstrap.min.js, themes/tovic/js/general.js, themes/tovic/js/jquery.preloader.js, themes/tovic/js, themes/tovic/left_sidebar.php, themes/tovic/page_forbidden.php, themes/tovic/page_not_found.php, themes/tovic/page_theme.php, themes/tovic/right_sidebar.php, themes/tovic/thumbnail.png, themes/tovic/view.php, themes/tovic

# concrete5 Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache/2.4.4 (Win64) PHP/5.4.12

# Server API
apache2handler

# PHP Version
5.4.12

# PHP Extensions
apache2handler, bcmath, calendar, com_dotnet, Core, ctype, curl, date, dom, ereg, filter, ftp, gd, hash, iconv, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, mysqlnd, odbc, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, Reflection, session, SimpleXML, SPL, standard, tokenizer, wddx, xdebug, xml, xmlreader, xmlwriter, zip, zlib.

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 8M
sql.safe_mode - Off
upload_max_filesize - 8M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 1440
xdebug.max_nesting_level - 100
xdebug.var_display_max_children - 128
xdebug.var_display_max_data - 512
xdebug.var_display_max_depth - 3

Browser User-Agent String

Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.