Prestashop 1.5 - powered by prestashop - remove footer link
edit file:
tmfooterlinks.tpl
remove all cache files (all except index.php):
/cache/smarty/compile/
change/remove meta author and...
- Comments Off on prestashop 1.5 remove links powered by / copyrigh by
ZendServer 6 - Code Tracing
if you looking for option to not trucate/cut arguments in zend server 6 go to:
Configuration > Components
select > Zend Code Tracing
field: zend_codetracing.max_string
something like 1024 would be minimum...
- Comments Off on ZS6 – Code Tracing
Overenie ci je wordpress homepage uniq page
overi ci je post nastaveny ako home
is_home()
overi ci je page nastavena ako homepage
is_front_page()
- Comments Off on Overenie ci je post alebo page homepage – WP
February 15, 2013 | In: Vzhľad
zend studio 10 tema
http://eclipsecolorthemes.org/?view=theme&id=14194
- Comments Off on zend studio 10 tema
google api OVER_QUERY_LIMIT
Basically,
maps:
25,000 map loads per day
autocomplete:
1,000 requests per 24 hour period
verified - 100,000 requests per 24 hour period
Geolocation:
If you have not purchased a Geolocation API for Business...
- Comments Off on google api v3 OVER_QUERY_LIMIT
php curl extension not loading
when u try composer install u get error about not loaded extension/dependensy...
im using zenserver and when u do php -m there is no curl extension loaded
this means on my debian that /etc/php5/cli/php.ini is...
- Comments Off on composer ext-curl not loaded