| 1 |
<?php |
<?php |
| 2 |
/* $Id: phptal.engine,v 1.4 2004/12/25 10:23:29 olav Exp $ */ |
/* $Id: phptal.engine,v 1.6 2006/06/22 15:24:10 olav Exp $ */ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Handles integration of templates written in PHPTAL <http://phptal.sourceforge.net/> |
* Handles integration of templates written in PHPTAL <http://phptal.sourceforge.net/> |
| 38 |
check_plain(t('Copy this link as the URL of this article'))); |
check_plain(t('Copy this link as the URL of this article'))); |
| 39 |
} |
} |
| 40 |
|
|
| 41 |
|
function phptal_comment_class($new) { |
| 42 |
|
return 'comment' . ($new ? ' comment-new' : ''); |
| 43 |
|
} |
| 44 |
|
|
| 45 |
/* |
/* |
| 46 |
* The engine |
* The engine |
| 47 |
*/ |
*/ |