Skip to content

Commit

Permalink
Version 2.0.1b:
Browse files Browse the repository at this point in the history
* The path to the EMT library has been fixed.
  • Loading branch information
Ilyas Ronef committed Feb 25, 2014
1 parent ba8e78b commit 85d61cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ddTypograph.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* ddTypograph.php
* @version 2.0b (2014-02-21)
* @version 2.0.1b (2014-02-25)
*
* @desc Snippet for text typography.
*
Expand All @@ -13,7 +13,7 @@
* @param $Text_autoLinks {0; 1} - Section signs and line breaks insertion. Default: 0.
* @param $Etc_unicodeConvert {0; 1} - Convert html entities into Unicode (— instead of &mdash; etc.). Default: 1.
*
* @link http://code.divandesign.biz/modx/ddtypograph/2.0b
* @link http://code.divandesign.biz/modx/ddtypograph/2.0.1b
*
* @copyright 2014, DivanDesign
* http://www.DivanDesign.biz
Expand All @@ -28,7 +28,7 @@

if (!isset($ddTypograph)){
//Подключаем EMT типограф
require_once $modx->config['base_path'].'assets/snippets/ddtypograph/EMT.php';
require_once $modx->config['base_path'].'assets/snippets/ddTypograph/EMT.php';

$ddTypograph = new EMTypograph();
}
Expand Down

0 comments on commit 85d61cf

Please sign in to comment.