Posts Tagged ‘Elgg’
-
Tip: Use PHP_SELF and mod_rewrite without using .htaccess
printf( __('%1$s at %2$s', 'elegantbox'), get_the_time(__('l, F jS, Y', 'elegantbox')), get_the_time(__('H:i', 'elegantbox')) ); ?> | 0 commentsCategories: Tips -
Tip: Turn PHP output_buffering off when using Elgg
printf( __('%1$s at %2$s', 'elegantbox'), get_the_time(__('l, F jS, Y', 'elegantbox')), get_the_time(__('H:i', 'elegantbox')) ); ?> | 2 commentsCategories: Tips
