1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 17:28:23 +03:00
This commit is contained in:
Denis Shakhov 2012-07-03 13:51:32 +07:00
commit b695466157
9 changed files with 11 additions and 6 deletions

View file

@ -1,9 +1,12 @@
AddDefaultCharset UTF-8
Options -Indexes
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php
# Alternative rule
#RewriteRule ^(.*)$ /index.php
<Files "plugins.dat">
order allow,deny

View file

@ -15,7 +15,7 @@
*/
LiveStreet 1.0-dev
LiveStreet 1.0
INSTALLATION
1. Copy files to the engine to the desired directory site

View file

@ -15,7 +15,7 @@
*/
LiveStreet 1.0-dev
LiveStreet 1.0
УСТАНОВКА
1. Скопировать файлы движка в нужный каталог сайта

View file

@ -18,7 +18,7 @@
/**
* Основные константы
*/
define('LS_VERSION','1.0-dev');
define('LS_VERSION','1.0');
/**
* Operations with Config object

View file

@ -1,3 +1,3 @@
{foreach from=$aPagesMain item=oPage}
<li {if $sAction=='page' and $sEvent==$oPage->getUrl()}class="active"{/if}><a href="{router page='page'}{$oPage->getUrlFull()}/" >{$oPage->getTitle()}</a></li>
<li {if $sAction=='page' and $sEvent==$oPage->getUrl()}class="active"{/if}><a href="{router page='page'}{$oPage->getUrlFull()}/" >{$oPage->getTitle()}</a><i></i></li>
{/foreach}

View file

@ -8,6 +8,7 @@
{$oTopic->getTextShort()}
{if $oTopic->getTextShort()!=$oTopic->getText()}
<br/>
<a href="{$oTopic->getUrl()}#cut" title="{$aLang.topic_read_more}">
{if $oTopic->getCutText()}
{$oTopic->getCutText()}

View file

@ -89,7 +89,7 @@
<div class="blog-inner">
<header class="blog-header">
<img src="{$oBlog->getAvatarPath(48)}" alt="avatar" class="avatar" />
<span class="close" onclick="ls.blog.toggleInfo(); return false;"><a href="#" class="link-dotted">Свернуть</a><i class="icon-synio-close"></i></span>
<span class="close" onclick="ls.blog.toggleInfo(); return false;"><a href="#" class="link-dotted">{$aLang.blog_fold_info}</a><i class="icon-synio-close"></i></span>
</header>

View file

@ -1,4 +1,4 @@
<img src="{$oBlog->getAvatarPath(100)}" alt="avatar" /><br /><br />
<img src="{$oBlog->getAvatarPath(48)}" alt="avatar" /><br /><br />
<ul class="blog-info">
<li><span>{$aLang.infobox_blog_create}</span> <strong>{date_format date=$oBlog->getDateAdd() format="j F Y"}</strong></li>

View file

@ -8,6 +8,7 @@
{$oTopic->getTextShort()}
{if $oTopic->getTextShort()!=$oTopic->getText()}
<br/>
<a href="{$oTopic->getUrl()}#cut" title="{$aLang.topic_read_more}">
{if $oTopic->getCutText()}
{$oTopic->getCutText()}