diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_articles.tpl | 2 | ||||
| -rw-r--r-- | templates/admin_topics.tpl | 2 | ||||
| -rw-r--r-- | templates/admin_types.tpl | 2 | ||||
| -rw-r--r-- | templates/article_display.tpl | 2 | ||||
| -rw-r--r-- | templates/article_history.tpl | 2 | ||||
| -rw-r--r-- | templates/center_list_articles.php | 2 | ||||
| -rw-r--r-- | templates/edit_topic.tpl | 2 | ||||
| -rw-r--r-- | templates/header_inc.tpl | 2 | ||||
| -rw-r--r-- | templates/list_articles.tpl | 2 | ||||
| -rw-r--r-- | templates/list_topics.tpl | 2 | ||||
| -rw-r--r-- | templates/preview_article.tpl | 2 | ||||
| -rw-r--r-- | templates/print_article.tpl | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/templates/admin_articles.tpl b/templates/admin_articles.tpl index afb52f1..7e5cb34 100644 --- a/templates/admin_articles.tpl +++ b/templates/admin_articles.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/admin_articles.tpl,v 1.13 2007/07/13 09:52:02 squareing Exp $ *} +{* $Header$ *} {strip} {form} {jstabs} diff --git a/templates/admin_topics.tpl b/templates/admin_topics.tpl index d28bec9..45a77ba 100644 --- a/templates/admin_topics.tpl +++ b/templates/admin_topics.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/admin_topics.tpl,v 1.13 2009/04/14 19:51:33 dansut Exp $ *} +{* $Header$ *} {strip} <div class="floaticon">{bithelp}</div> diff --git a/templates/admin_types.tpl b/templates/admin_types.tpl index 9515802..5e51229 100644 --- a/templates/admin_types.tpl +++ b/templates/admin_types.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/admin_types.tpl,v 1.9 2007/08/23 11:15:23 squareing Exp $ *} +{* $Header$ *} {strip} <div class="floaticon">{bithelp}</div> diff --git a/templates/article_display.tpl b/templates/article_display.tpl index 5fbaa82..6b60e10 100644 --- a/templates/article_display.tpl +++ b/templates/article_display.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/article_display.tpl,v 1.57 2010/03/24 17:39:15 dansut Exp $ *} +{* $Header$ *} {strip} {if !$showDescriptionsOnly} {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='nav' serviceHash=$article} diff --git a/templates/article_history.tpl b/templates/article_history.tpl index 2cad0c5..32f5fc1 100644 --- a/templates/article_history.tpl +++ b/templates/article_history.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/article_history.tpl,v 1.8 2006/07/05 18:51:35 squareing Exp $ *} +{* $Header$ *} {strip} <div class="admin article display"> <div class="header"> diff --git a/templates/center_list_articles.php b/templates/center_list_articles.php index 9c6e3f8..a6343de 100644 --- a/templates/center_list_articles.php +++ b/templates/center_list_articles.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/templates/center_list_articles.php,v 1.16 2007/08/30 22:15:13 wjames5 Exp $ +// $Header$ global $gBitSmarty, $gBitSystem, $gQueryUserId, $moduleParams; if( !empty( $moduleParams ) ) { extract( $moduleParams ); diff --git a/templates/edit_topic.tpl b/templates/edit_topic.tpl index 6c8c780..cbb1e1a 100644 --- a/templates/edit_topic.tpl +++ b/templates/edit_topic.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/edit_topic.tpl,v 1.5 2006/02/19 00:37:47 lsces Exp $ *} +{* $Header$ *} {strip} <div class="floaticon">{bithelp}</div> diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index e5dc8f9..50ee3f5 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/header_inc.tpl,v 1.7 2006/12/10 15:15:09 squareing Exp $ *} +{* $Header$ *} {strip} {if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'articles_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'articles' and $gBitUser->hasPermission( 'p_articles_read' )} <link rel="alternate" type="application/rss+xml" title="{$gBitSystem->getConfig('articles_rss_title',"{tr}Articles{/tr} RSS")}" href="{$smarty.const.ARTICLES_PKG_URL}articles_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}" /> diff --git a/templates/list_articles.tpl b/templates/list_articles.tpl index 96ceb04..2314864 100644 --- a/templates/list_articles.tpl +++ b/templates/list_articles.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/list_articles.tpl,v 1.23 2010/01/26 15:49:44 dansut Exp $ *} +{* $Header$ *} <div class="floaticon">{bithelp}</div> {strip} diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index f440347..83132a0 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/list_topics.tpl,v 1.2 2005/09/03 08:26:45 squareing Exp $ *} +{* $Header$ *} {strip} <div class="floaticon">{bithelp}</div> diff --git a/templates/preview_article.tpl b/templates/preview_article.tpl index 1bc9673..48a1272 100644 --- a/templates/preview_article.tpl +++ b/templates/preview_article.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/preview_article.tpl,v 1.2 2005/08/13 09:34:09 squareing Exp $ *} +{* $Header$ *} <h2>{tr}Preview{/tr} {$title}</h2> <div class="display articles"> <div class="articleheader"> diff --git a/templates/print_article.tpl b/templates/print_article.tpl index 66c8a50..68e7fb0 100644 --- a/templates/print_article.tpl +++ b/templates/print_article.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/print_article.tpl,v 1.7 2008/10/20 21:40:08 spiderr Exp $ *} +{* $Header$ *} {* Index we display a wiki page here *} {include file="bitpackage:kernel/header.tpl"} |
