mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
ticket:237, if colorset is null, set colorset as "default".
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2786 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
756066a09c
commit
475bb019d5
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@
|
|||
</style>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if(!$layout_info->colorset)-->
|
||||
{@$layout_info->colorset = "default"}
|
||||
<!--@end-->
|
||||
|
||||
<div id="bodyWrap">
|
||||
<div id="header">
|
||||
<h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™ XE" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue