diff options
| author | cvs2git <cvs2git@bitweaver.org> | 2010-06-09 18:13:27 +0200 |
|---|---|---|
| committer | nickpalmer <nick@sluggardy.net> | 2010-06-09 18:13:27 +0200 |
| commit | 684b430ff29570684ae185ebb895e70032d376f6 (patch) | |
| tree | 45b80c13912f6a2415219e1f2ad315c3be332a9c /templates | |
| parent | 0495660df7258b53b6c8b06771c431e61f7455f2 (diff) | |
| download | themes-684b430ff29570684ae185ebb895e70032d376f6.tar.gz themes-684b430ff29570684ae185ebb895e70032d376f6.tar.bz2 themes-684b430ff29570684ae185ebb895e70032d376f6.zip | |
Strip down CVS keywords.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_custom_modules.tpl | 2 | ||||
| -rw-r--r-- | templates/admin_modules.tpl | 2 | ||||
| -rw-r--r-- | templates/admin_themes.tpl | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | templates/custom_module.tpl | 2 | ||||
| -rw-r--r-- | templates/header_inc.tpl | 2 | ||||
| -rw-r--r-- | templates/module.tpl | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/templates/admin_custom_modules.tpl b/templates/admin_custom_modules.tpl index e68a667..9b65193 100644 --- a/templates/admin_custom_modules.tpl +++ b/templates/admin_custom_modules.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/admin_custom_modules.tpl,v 1.2 2008/09/29 11:56:31 laetzer Exp $ *} +{* $Header$ *} {strip} {if $smarty.request.preview} diff --git a/templates/admin_modules.tpl b/templates/admin_modules.tpl index 0bdb4b8..010b691 100644 --- a/templates/admin_modules.tpl +++ b/templates/admin_modules.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/admin_modules.tpl,v 1.1 2007/04/02 18:55:02 squareing Exp $ *} +{* $Header$ *} {form legend="Global Module Settings"} <input type="hidden" name="page" value="{$page}" /> {foreach from=$formModuleFeatures key=feature item=output} diff --git a/templates/admin_themes.tpl b/templates/admin_themes.tpl index 6c81c9c..835b7ca 100644 --- a/templates/admin_themes.tpl +++ b/templates/admin_themes.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/admin_themes.tpl,v 1.5 2010/03/25 22:50:25 wjames5 Exp $ *} +{* $Header$ *} {strip} {form legend="Theme Settings"} <input type="hidden" name="page" value="{$page}" /> diff --git a/templates/custom_module.tpl b/templates/custom_module.tpl index 0cc30e4..5f351a7 100755..100644 --- a/templates/custom_module.tpl +++ b/templates/custom_module.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/custom_module.tpl,v 1.4 2009/05/28 17:48:45 tekimaki_admin Exp $ *} +{* $Header$ *} {bitmodule title=$moduleParams.title name=$moduleParams.name} {if $moduleParams.data}{eval var=$moduleParams.data}{/if} {/bitmodule} diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index 9d9a3b4..306b659 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.54 2009/07/04 03:14:23 spiderr Exp $ *} +{* $Header$ *} {strip} {foreach from=$gBitThemes->mRawFiles.css item=cssFile} <link rel="stylesheet" title="{$style}" type="text/css" href="{$cssFile}" media="all" /> diff --git a/templates/module.tpl b/templates/module.tpl index 2dd0c69..18f6ca3 100644 --- a/templates/module.tpl +++ b/templates/module.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/module.tpl,v 1.13 2010/02/10 19:33:07 spiderr Exp $ *} +{* $Header$ *} {strip} {if empty($moduleArea)} {if $moduleParams.layout_area == "l"} |
