1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

svn keywords added (v0.8)

This commit is contained in:
secretr
2010-02-10 18:18:01 +00:00
parent 9366c9daf4
commit 4fecfffddd
816 changed files with 2290 additions and 2290 deletions

View File

@@ -1,4 +1,4 @@
// $Id: img.bb,v 1.14 2009-11-19 13:46:18 e107coders Exp $
// $Id$
// General purpose image bbcode. As well as the obvious insertion of a picture:
// a) if filname begins with 'th_' or 'thumb_', creates link to main image opening in new window

View File

@@ -1,4 +1,4 @@
// $Id: link.bb,v 1.10 2010-01-29 16:30:49 secretr Exp $
// $Id$
global $pref;
/**
@@ -6,7 +6,7 @@ global $pref;
*
* @package e107
* @subpackage bbcode
* @version $Id: link.bb,v 1.10 2010-01-29 16:30:49 secretr Exp $;
* @version $Id$;
*
* @todo try and avoid URLs with a language in [..]
*/