Project

General

Profile

« Previous | Next » 

Revision 1646

Added by Dietmar over 12 years ago

  1. typofix in templates to include jquery

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12
===============================================================================
13 13

  
14

  
14 15
22 Mar-2012 Build 1642 Dietmar Woellbrink (Luisehahne)
16
# typofix in templates to include jquery
17
22 Mar-2012 Build 1642 Dietmar Woellbrink (Luisehahne)
15 18
+ add language variable for template details
16 19
22 Mar-2012 Build 1644 Werner v.d.Decken(DarkViper)
17 20
# prevent from empty theme-name in CopyTheme::_SanitizeNewName()
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1645');
54
if(!defined('REVISION')) define('REVISION', '1646');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/templates/allcss/index.php
47 47
<?php
48 48
	// automatically include optional WB module files (frontend.css, frontend.js)
49 49
	register_frontend_modfiles('css');
50
	// register_frontend_modfiles('javascript');
50
	// register_frontend_modfiles('jquery');
51 51
	register_frontend_modfiles('js');
52 52
?>
53 53
</head>
......
70 70
				<input type="hidden" name="referrer" value="<?php 
71 71
				echo defined('REFERRER_ID') ? REFERRER_ID : PAGE_ID; ?>" />
72 72
				<input type="text" name="string" class="search_string" />
73
				<input type="submit" name="wb_search" id="wb_search" value="<?php 
73
				<input type="submit" name="wb_search" id="wb_search" value="<?php
74 74
				echo $TEXT['SEARCH']; ?>" class="search_submit" />
75 75
			</form><?php 
76 76
		} ?>
......
140 140
</div>
141 141
<?php 
142 142
// automatically include optional WB module file frontend_body.js)
143
	register_frontend_modfiles_body();
143
// register_frontend_modfiles_body('jquery');
144
register_frontend_modfiles_body('js');
144 145
?>
145 146
</body>
146 147
</html>
branches/2.8.x/wb/templates/round/index.php
47 47
<?php
48 48
	// automatically include optional WB module files (frontend.css, frontend.js)
49 49
	register_frontend_modfiles('css');
50
	// register_frontend_modfiles('javascript');
50
	// register_frontend_modfiles('jquery');
51 51
	register_frontend_modfiles('js');
52 52
?>
53 53
</head>
......
247 247
</table>
248 248
<?php 
249 249
// automatically include optional WB module file frontend_body.js)
250
register_frontend_modfiles_body();
250
// register_frontend_modfiles_body('jquery');
251
register_frontend_modfiles_body('js');
251 252
?>
252 253
</body>
253 254
</html>
branches/2.8.x/wb/templates/simple/index.php
100 100
</table>
101 101
<?php 
102 102
// automatically include optional WB module file frontend_body.js)
103
	register_frontend_modfiles_body();
103
	register_frontend_modfiles_body('js');
104 104
?>
105 105
</body>
106 106
</html>

Also available in: Unified diff