[geeklog-cvs] Geeklog-1.x/public_html/layout/professional blockfooter-notitle.thtml, NONE, 1.1 blockheader-notitle.thtml, NONE, 1.1 functions.php, 1.9, 1.10

Blaine Lang blaine at qs1489.pair.com
Sat Feb 2 16:56:37 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv56623

Modified Files:
	functions.php 
Added Files:
	blockfooter-notitle.thtml blockheader-notitle.thtml 
Log Message:
Modifications to config manager to not use a standard block function. Config Manager menu(s) are setup to be part of the configmanager template. The config menu block will use the theme's functions.php to get any block header and footer templates. By default we are using a new pair of templates that don't have a title to tighten up the layout.

Index: functions.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/functions.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** functions.php	8 Feb 2007 02:22:15 -0000	1.9
--- functions.php	2 Feb 2008 21:56:34 -0000	1.10
***************
*** 24,28 ****
  
  $_BLOCK_TEMPLATE['_msg_block'] = 'blockheader-message.thtml,blockfooter-message.thtml';
! 
  $_BLOCK_TEMPLATE['whats_related_block'] = 'blockheader-related.thtml,blockfooter-related.thtml';
  $_BLOCK_TEMPLATE['story_options_block'] = 'blockheader-related.thtml,blockfooter-related.thtml';
--- 24,28 ----
  
  $_BLOCK_TEMPLATE['_msg_block'] = 'blockheader-message.thtml,blockfooter-message.thtml';
! $_BLOCK_TEMPLATE['configmanager_block'] = 'blockheader-notitle.thtml,blockfooter-notitle.thtml';
  $_BLOCK_TEMPLATE['whats_related_block'] = 'blockheader-related.thtml,blockfooter-related.thtml';
  $_BLOCK_TEMPLATE['story_options_block'] = 'blockheader-related.thtml,blockfooter-related.thtml';

--- NEW FILE: blockheader-notitle.thtml ---
<div class="block-box" id="{blockid}">

--- NEW FILE: blockfooter-notitle.thtml ---
</div>
<div class="aligncenter">
    <div class="block-divider"></div>
</div>



More information about the geeklog-cvs mailing list