![]() |
|
|
|||||||
| Subrion Core Discussion Here we discuss everything that is related to Subrion CMS core functionality. Additional features related to plugins and templates engines. New features that are related to Manage Pages functionality or anything that's not related to Subrion packages. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Greetings
Here is the list of template changes in our new version. header.tpl file find this code HTML Code:
{ia_hooker name="smartyFrontBeforeNotifications"}
{if isset($page404) && $page404} <div class="message error">{lang key="page404"}</div> {/if}
{if !empty($account.id) && isset($account.append_info)} <div class="notification"><ol>{lang key="account_append_info"}</ol></div> {/if}
{if isset($alert) && !empty($alert)} {include file="notification.tpl" msg=$alert id="alert"} {/if}
{if isset($success) && !empty($success)} {include file="notification.tpl" msg=$success id="success"} {/if}
{if isset($error) && !empty($error)} {include file="notification.tpl" msg=$error id="error"} {/if}
{include file="notification.tpl"}
HTML Code:
{ia_hooker name="smartyFrontBeforeNotifications"}
{if !empty($account.id) && isset($account.append_info)}<div class="message notification"><ol>{lang key="account_append_info"}</ol></div> {/if}
{include file="notification.tpl"}
find this code HTML Code:
{if isset($menus.bottom)}
{foreach from=$menus.bottom item=menu name="bottom_menu"}
{if $menu.active}
<span class="active">{$menu.title}</span>
{else}
<span><a href="{$menu.url}" {$menu.nofollow}>{$menu.title}</a></span>
{/if}
{if not $smarty.foreach.bottom_menu.last} | {/if}
{/foreach}
{/if}
|
|
|
|
#3 (permalink) |
|
Administrator
Join Date: Feb 2008
Location: Kyrgyzstan, Bishkek
Posts: 510
![]() |
Greetings Steve
These changes can be useful for the members who modified their templates. If you use default template without any custom changes - you don't need to update anything. The changes are needed for the software to work properly. No need to change common files, these changes are related to the template files, you use.
__________________
Auto classifieds script, Best Articles Script, Web Directory Software, Realty Classifieds Script, eLitius Affiliate Tracking Script - Open Source Affiliate Script, Free Directory Script - Best Free Directory Script Follow Surbion CMS news and updates on Subrion Twitter |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Subrion Admin Template For Front End | Wayne G. | Subrion Core Discussion | 3 | 06-21-2009 09:18 PM |
| Order Subrion CMS and get FREE template integration as bonus | Subrion | Announcements | 3 | 08-12-2008 10:08 PM |
| Bug on util.inc.php there are the Template parts hardcoded for the template name | racer | Subrion Core Discussion | 0 | 08-15-2007 04:39 PM |