Warning (2) : mysql_connect() [function.mysql-connect ]: Too many connections [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php , line 561 ]Code |
Context
if (!$config['persistent']) {
$this->connection = mysql_connect($config['host'] . ':' . $config['port'], $config['login'], $config['password'], true); $config = array(
"persistent" => false,
"host" => "*****",
"login" => "*****",
"password" => "*****",
"database" => "*****",
"port" => "*****",
"driver" => "mysql",
"prefix" => "*****"
) mysql_connect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 144
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2852
Model::__construct() - CORE/cake/libs/model/model.php, line 469
AclNode::__construct() - CORE/cake/libs/model/db_acl.php, line 62
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
DbAcl::__construct() - CORE/cake/libs/controller/components/acl.php, line 237
AclComponent::__construct() - CORE/cake/libs/controller/components/acl.php, line 58
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 250
Component::init() - CORE/cake/libs/controller/component.php, line 78
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86 Warning (2) : mysql_real_escape_string() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php , line 684 ]Code |
Context }
default:
return "'" . mysql_real_escape_string($data, $this->connection) . "'"; $data = "2021-04-28%"
$column = "datetime"
$safe = false
$parent = null mysql_real_escape_string - [internal], line ??
DboMysql::value() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 684
DboSource::__parseKey() - CORE/cake/libs/model/datasources/dbo_source.php, line 2289
DboSource::conditionKeysToString() - CORE/cake/libs/model/datasources/dbo_source.php, line 2231
DboSource::conditions() - CORE/cake/libs/model/datasources/dbo_source.php, line 2113
DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1474
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1264
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 820
Model::find() - CORE/cake/libs/model/model.php, line 2142
BattleReport::getPost() - APP/models/battle_report.php, line 48
BattleReportsController::view() - APP/controllers/battle_reports_controller.php, line 11
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86 Warning (2) : mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php , line 613 ]Code |
Context */
function _execute($sql) {
return mysql_query($sql, $this->connection); $sql = "SELECT `BattleReport`.`id`, `BattleReport`.`title_eng`, `BattleReport`.`title_hrv`, `BattleReport`.`mask_eng`, `BattleReport`.`mask_hrv`, `BattleReport`.`game_id`, `BattleReport`.`fought`, `BattleReport`.`created`, `BattleReport`.`modified`, `Game`.`id`, `Game`.`name_eng`, `Game`.`name_hrv`, `Game`.`description_eng`, `Game`.`description_hrv` FROM `ums_battle_reports` AS `BattleReport` LEFT JOIN `ums_games` AS `Game` ON (`BattleReport`.`game_id` = `Game`.`id`) WHERE `BattleReport`.`created` LIKE '' AND `BattleReport`.`mask_hrv` = '' LIMIT 1" mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 613
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 254
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822
Model::find() - CORE/cake/libs/model/model.php, line 2142
BattleReport::getPost() - APP/models/battle_report.php, line 48
BattleReportsController::view() - APP/controllers/battle_reports_controller.php, line 11
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86 Warning (2) : mysql_errno() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php , line 695 ]Code */
function lastError() {
if (mysql_errno($this->connection)) { mysql_errno - [internal], line ??
DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 695
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 258
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822
Model::find() - CORE/cake/libs/model/model.php, line 2142
BattleReport::getPost() - APP/models/battle_report.php, line 48
BattleReportsController::view() - APP/controllers/battle_reports_controller.php, line 11
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Warning (2) : Invalid argument supplied for foreach() [APP/views/layouts/default.ctp , line 12 ]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn); $___viewFn = "/home/martin/apps/agram/app/views/layouts/default.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"content_for_layout" => "<div id="leftColumn">
<h1></h1>
<div class="battle-report">
<span class="details">
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr5-trace').style.display = (document.getElementById('cakeErr5-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/battle_reports/view.ctp</b>, line <b>9</b>]<div id="cakeErr5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr5-code').style.display = (document.getElementById('cakeErr5-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr5-context').style.display = (document.getElementById('cakeErr5-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr5-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr5-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/battle_reports/view.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$memberString = ""</pre><pre class="stack-trace">include - APP/views/battle_reports/view.ctp, line 9
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6-trace').style.display = (document.getElementById('cakeErr6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 2 [<b>APP/views/helpers/stringer.php</b>, line <b>139</b>]<div id="cakeErr6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6-code').style.display = (document.getElementById('cakeErr6-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6-context').style.display = (document.getElementById('cakeErr6-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr6-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> $memberString .= $stringer->getMemberLink ($battleReportExperience['Member']) .' (' .$battleReportExperience['Army']["name_$lang"] .')';
</span></code>
<code><span style="color: #000000"> }
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $dateFought = $stringer->getDateFromSQL ($battleReport['BattleReport']['fought'], true, ($lang == 'hrv'));
</span></code></span></pre></div><pre id="cakeErr6-context" class="cake-context" style="display: none;">$date = array(
""
)
$asString = true
$asCroatian = true
$styled = true</pre><pre class="stack-trace">StringerHelper::getDateFromSQL() - APP/views/helpers/stringer.php, line 139
include - APP/views/battle_reports/view.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr7-trace').style.display = (document.getElementById('cakeErr7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 1 [<b>APP/views/helpers/stringer.php</b>, line <b>139</b>]<div id="cakeErr7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr7-code').style.display = (document.getElementById('cakeErr7-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr7-context').style.display = (document.getElementById('cakeErr7-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr7-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> $memberString .= $stringer->getMemberLink ($battleReportExperience['Member']) .' (' .$battleReportExperience['Army']["name_$lang"] .')';
</span></code>
<code><span style="color: #000000"> }
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $dateFought = $stringer->getDateFromSQL ($battleReport['BattleReport']['fought'], true, ($lang == 'hrv'));
</span></code></span></pre></div><pre id="cakeErr7-context" class="cake-context" style="display: none;">$date = array(
""
)
$asString = true
$asCroatian = true
$styled = true</pre><pre class="stack-trace">StringerHelper::getDateFromSQL() - APP/views/helpers/stringer.php, line 139
include - APP/views/battle_reports/view.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre>Na dan ... zaigrali su igru . Kako je birka protekla, pročitajte u nastavku! </span>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr8-trace').style.display = (document.getElementById('cakeErr8-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/battle_reports/view.ctp</b>, line <b>24</b>]<div id="cakeErr8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr8-code').style.display = (document.getElementById('cakeErr8-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr8-context').style.display = (document.getElementById('cakeErr8-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr8-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr8-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/battle_reports/view.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$memberString = ""
$dateFought = "..."</pre><pre class="stack-trace">include - APP/views/battle_reports/view.ctp, line 24
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre> </div>
</div>
<div id="rightColumn">
<!--<div id="hotStuff">
Pažnja! Možeš se prijaviti na aktualne turnire!<br/> <ul>
<li>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr9-trace').style.display = (document.getElementById('cakeErr9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_hrv [<b>APP/views/elements/hotStuff.ctp</b>, line <b>11</b>]<div id="cakeErr9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr9-code').style.display = (document.getElementById('cakeErr9-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr9-context').style.display = (document.getElementById('cakeErr9-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr9-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr9-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 11
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr10-trace').style.display = (document.getElementById('cakeErr10-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: starts [<b>APP/views/elements/hotStuff.ctp</b>, line <b>11</b>]<div id="cakeErr10-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr10-code').style.display = (document.getElementById('cakeErr10-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr10-context').style.display = (document.getElementById('cakeErr10-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr10-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr10-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 11
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-trace').style.display = (document.getElementById('cakeErr11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: mask_hrv [<b>APP/views/elements/hotStuff.ctp</b>, line <b>11</b>]<div id="cakeErr11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-code').style.display = (document.getElementById('cakeErr11-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-context').style.display = (document.getElementById('cakeErr11-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr11-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr11-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 11
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><a href="/tournaments/view" class="name"></a> - <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: starts [<b>APP/views/elements/hotStuff.ctp</b>, line <b>12</b>]<div id="cakeErr12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-code').style.display = (document.getElementById('cakeErr12-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-context').style.display = (document.getElementById('cakeErr12-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr12-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr12-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 12
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-trace').style.display = (document.getElementById('cakeErr13-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: mask_hrv [<b>APP/views/elements/hotStuff.ctp</b>, line <b>12</b>]<div id="cakeErr13-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-code').style.display = (document.getElementById('cakeErr13-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-context').style.display = (document.getElementById('cakeErr13-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr13-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr13-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 12
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><a href="/tournament_applications/register" class="register">Prijavi se!</a> </li>
</ul>
</div>-->
<div id="hotSponsor">
</div><h2>Najnoviji članci</h2>
<ul class="latest">
<li>
<a href="/articles/2026/05/26/radionica_bojanja_minijatura_-_75mm_patuljak" class="readMore">Radionica bojanja minijatura - 75mm patuljak</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "514"
["member_id"]=>
string(3) "107"
["title_eng"]=>
string(40) "Miniature Painting Workshop - 75mm Dwarf"
["title_hrv"]=>
string(44) "Radionica bojanja minijatura - 75mm patuljak"
["mask_eng"]=>
string(40) "miniature_painting_workshop_-_75mm_dwarf"
["mask_hrv"]=>
string(44) "radionica_bojanja_minijatura_-_75mm_patuljak"
["content_eng"]=>
string(14418) "<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
On 09-10.05.2026. we held a new weekend miniature painting workshop. This time it was the turn of a dwarf in 75mm scale.</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95c4b982-e252-41d3-8d40-594b08cfa608.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95c4b982-e252-41d3-8d40-594b08cfa608.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
The workshop was held over two days (a whole weekend) and the participants painted a 75mm miniature dwarf. The focus of these lectures was painting various textures - metal, human skin, textiles and leather. Water-based acrylic paints were used in the workshop. For this purpose, the workshop leader, Ivan Knezović, chose a 75mm miniature dwarf from Durgin Paint Forge, sculpted by Carlos Perez Bugedo. The lectures were adapted so that the leader devotes equal time to all participants and can be adapted to all categories of miniaturists (from beginners to slightly more advanced).</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5161cd0f-c234-4df6-aea7-854b9eb4fccc.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5161cd0f-c234-4df6-aea7-854b9eb4fccc.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1f92a5c2-b944-4b39-bb26-7bddfec8150e.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1f92a5c2-b944-4b39-bb26-7bddfec8150e.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ab17ac7a-92aa-4231-9ec0-fce9cf42aaf4.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ab17ac7a-92aa-4231-9ec0-fce9cf42aaf4.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
The workshop took place as follows:<br />
First, the lecturer sits at his desk and explains and demonstrates each step in painting a miniature/model on his specimen. His work is displayed on a screen via a camera and projector, which the participants listen to, watch, and ask questions about.<br />
Then, the participants sit at their desks and apply the knowledge they have gained. The facilitator circulates among the participants and checks how each participant is doing. This way, he or she can adapt to each participant individually.</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d979a669-9560-4657-9caa-0517f7dcd73c.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d979a669-9560-4657-9caa-0517f7dcd73c.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/920fd619-b3e2-42d7-993c-1bccb4539195.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/920fd619-b3e2-42d7-993c-1bccb4539195.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6ca20056-9435-4838-b45f-81f38c0f31ae.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6ca20056-9435-4838-b45f-81f38c0f31ae.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
The workshop will include the following thematic units:<br />
1. NMM (Non metallic metal)<br />
2. Reflections of ambient colors on metal<br />
3. Steel / gold<br />
4. Face painting (male)<br />
5. Adding vibrancy to the face (filters)<br />
6. Extracting textures from fabric, metal and leather</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d6bd079-8173-41bd-85c6-9e5f1bb9809b.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d6bd079-8173-41bd-85c6-9e5f1bb9809b.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/4f64afc0-1311-4f59-b08b-453a805bb354.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/4f64afc0-1311-4f59-b08b-453a805bb354.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
POWERED BY: <a href="https://cartamagica.hr/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Carta Magica</a>, <a href="https://www.fireballfigurines.com/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Fireball Figurines</a>, <a href="https://www.durginpaintforge.com/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Durgin Paint Forge</a>, <a href="https://www.playsupport.art/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Playsupport</a></p>
"
["content_hrv"]=>
string(14428) "<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
09-10.05.2026. smo održali novu vikend Radionicu bojanja minijatura. Ovoga puta na redu je bio patuljak u 75mm mjerilu.</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95c4b982-e252-41d3-8d40-594b08cfa608.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95c4b982-e252-41d3-8d40-594b08cfa608.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
Radionica se provodila kroz dva dana (cijeli vikend) i polaznici su bojali 75mm minijaturu patuljka. Fokus ovih predavanja bilo je bojenje raznih tekstura – od metala, ljudske kože, tekstila i kože (leather). U sklopu radionice korištene su akrilne boje na bazi vode. U tu svrhu, voditelj radionice, Ivan Knezović, izabrao je 75 mm minijaturu patuljka tvrtke Durgin Paint Forge, koju je sculptao Carlos Perez Bugedo. Predavanja su prilagođena tako da voditelj posveti jednako vrijeme svim polaznicima i može se prilagoditi svim kategorijama minijaturista (od početnika do malo naprednijih).</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5161cd0f-c234-4df6-aea7-854b9eb4fccc.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5161cd0f-c234-4df6-aea7-854b9eb4fccc.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1f92a5c2-b944-4b39-bb26-7bddfec8150e.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1f92a5c2-b944-4b39-bb26-7bddfec8150e.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ab17ac7a-92aa-4231-9ec0-fce9cf42aaf4.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ab17ac7a-92aa-4231-9ec0-fce9cf42aaf4.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
Radionica se odvijala na sljedeći način:<br />
Prvo, predavač sjedi za svojim stolom te objašnjava i demonstrira pojedini korak u bojanju minijature/makete na svojem primjerku. Njegov rad se preko kamere i projektora prikazuje na platnu što polaznici slušaju, gledaju, ali i postavljaju pitanja.<br />
Potom, polaznici sjedaju za svoje stolove i primjenjuju stečeno znanje. Voditelj kruži između polaznika i provjerava kako svakom polazniku ide. Na taj način, može se prilagoditi svakom polazniku ponaosob.</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d979a669-9560-4657-9caa-0517f7dcd73c.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d979a669-9560-4657-9caa-0517f7dcd73c.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/920fd619-b3e2-42d7-993c-1bccb4539195.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/920fd619-b3e2-42d7-993c-1bccb4539195.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6ca20056-9435-4838-b45f-81f38c0f31ae.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6ca20056-9435-4838-b45f-81f38c0f31ae.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
Radionica će uključivati sljedeće tematske cjeline:<br />
1. NMM (Non metallic metal)<br />
2. Refleksije boja iz okoline na metalu<br />
3. Čelik / zlato<br />
4. Bojanje lica (muškog)<br />
5. Dodavanje živosti na lice (filteri)<br />
6. Izvlačenje tekstura tkanine, metala i kože (leather)</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d6bd079-8173-41bd-85c6-9e5f1bb9809b.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d6bd079-8173-41bd-85c6-9e5f1bb9809b.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/4f64afc0-1311-4f59-b08b-453a805bb354.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/4f64afc0-1311-4f59-b08b-453a805bb354.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
POWERED BY: <a href="https://cartamagica.hr/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Carta Magica</a>, <a href="https://www.fireballfigurines.com/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Fireball Figurines</a>, <a href="https://www.durginpaintforge.com/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Durgin Paint Forge</a>, <a href="https://www.playsupport.art/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Playsupport</a></p>
"
["created"]=>
string(19) "2026-05-26 11:39:00"
["modified"]=>
string(19) "2026-05-26 11:41:50"
}
["Member"]=>
array(10) {
["id"]=>
string(3) "107"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(5) "Ivan "
["last_name"]=>
string(9) "Knezović"
["first_name_mask"]=>
string(4) "ivan"
["last_name_mask"]=>
string(8) "knezovic"
["username"]=>
string(8) "IvanKlan"
["password"]=>
string(40) "94527877845e989fe51bd34849504967876063aa"
["born"]=>
string(19) "2006-01-01 00:00:00"
["created"]=>
NULL
}
}
</pre>
<a href="/members/ivan.knezovic">Ivan Knezović</a>, 26.05.2026.</span>
</li>
<li>
<a href="/articles/2026/05/26/posjetili_smo_festival_svet_v_malem_2026_u_pivki_u_sloveniji" class="readMore">Posjetili smo: Festival Svet v Malem 2026 u Pivki u Sloveniji</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "513"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(56) "We visited: Festival Svet v Malem 2026, Pivka, Slovenia "
["title_hrv"]=>
string(61) "Posjetili smo: Festival Svet v Malem 2026 u Pivki u Sloveniji"
["mask_eng"]=>
string(52) "we_visited_festival_svet_v_malem_2026_pivka_slovenia"
["mask_hrv"]=>
string(60) "posjetili_smo_festival_svet_v_malem_2026_u_pivki_u_sloveniji"
["content_eng"]=>
string(3433) "<p>
On May 23, 2026, we participated in the international plastic model making competition Festival Svet v Malem 2026 in Pivka, Slovenia.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cfa5cb83-ebeb-465c-ae3c-8f799e096bd3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cfa5cb83-ebeb-465c-ae3c-8f799e096bd3.jpg" width="600" /></a></p>
<p>
The competition is traditionally held at the Military History Park in Pivka.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/917d22db-eab4-4a55-911c-208b885b2239.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/917d22db-eab4-4a55-911c-208b885b2239.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d079067-5d7c-4937-a816-527683b0d151.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d079067-5d7c-4937-a816-527683b0d151.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b6ad2d8-e39b-482a-b425-826fb5d52d96.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b6ad2d8-e39b-482a-b425-826fb5d52d96.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b84af20-2d95-49d5-859d-17393dcf1a6e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b84af20-2d95-49d5-859d-17393dcf1a6e.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/eacb2860-1e1d-4000-b021-58d7a46e6e5f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/eacb2860-1e1d-4000-b021-58d7a46e6e5f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9c04adfd-494b-47ff-96dd-af46dd811ab7.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9c04adfd-494b-47ff-96dd-af46dd811ab7.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/367bc979-3e8f-45e6-9767-3f6f876edf38.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/367bc979-3e8f-45e6-9767-3f6f876edf38.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/13c332ab-9199-4f19-838e-e3fc15648580.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/13c332ab-9199-4f19-838e-e3fc15648580.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e331fd81-9c29-4c75-b8f9-7df768c53ec0.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e331fd81-9c29-4c75-b8f9-7df768c53ec0.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(3434) "<p>
23. svibnja 2026. sudjelovali smo na međunarodnom natjecanju u plastičnom maketarstvu Festival Svet v Malem 2026 u Pivki u Sloveniji. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cfa5cb83-ebeb-465c-ae3c-8f799e096bd3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cfa5cb83-ebeb-465c-ae3c-8f799e096bd3.jpg" width="600" /></a></p>
<p>
Natjecanje se tradicionalno održava u Parku vojne povijesti u Pivki.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/917d22db-eab4-4a55-911c-208b885b2239.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/917d22db-eab4-4a55-911c-208b885b2239.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d079067-5d7c-4937-a816-527683b0d151.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d079067-5d7c-4937-a816-527683b0d151.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b6ad2d8-e39b-482a-b425-826fb5d52d96.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b6ad2d8-e39b-482a-b425-826fb5d52d96.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b84af20-2d95-49d5-859d-17393dcf1a6e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b84af20-2d95-49d5-859d-17393dcf1a6e.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/eacb2860-1e1d-4000-b021-58d7a46e6e5f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/eacb2860-1e1d-4000-b021-58d7a46e6e5f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9c04adfd-494b-47ff-96dd-af46dd811ab7.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9c04adfd-494b-47ff-96dd-af46dd811ab7.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/367bc979-3e8f-45e6-9767-3f6f876edf38.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/367bc979-3e8f-45e6-9767-3f6f876edf38.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/13c332ab-9199-4f19-838e-e3fc15648580.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/13c332ab-9199-4f19-838e-e3fc15648580.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e331fd81-9c29-4c75-b8f9-7df768c53ec0.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e331fd81-9c29-4c75-b8f9-7df768c53ec0.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2026-05-26 10:22:52"
["modified"]=>
string(19) "2026-05-26 10:22:52"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "64"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(9) "Krunoslav"
["last_name"]=>
string(8) "Belinić"
["first_name_mask"]=>
string(9) "krunoslav"
["last_name_mask"]=>
string(7) "belinic"
["username"]=>
string(5) "Kruno"
["password"]=>
string(40) "eb3fda45fbec0258e90d809803b10491c548b22f"
["born"]=>
string(19) "2015-01-18 09:19:00"
["created"]=>
string(19) "2015-01-18 09:20:39"
}
}
</pre>
<a href="/members/krunoslav.belinic">Krunoslav Belinić</a>, 26.05.2026.</span>
</li>
<li>
<a href="/articles/2026/05/26/posjetili_smo_kupka_2026" class="readMore">Posjetili smo: KupKA 2026</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "512"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(22) "We visited: KupKA 2026"
["title_hrv"]=>
string(25) "Posjetili smo: KupKA 2026"
["mask_eng"]=>
string(21) "we_visited_kupka_2026"
["mask_hrv"]=>
string(24) "posjetili_smo_kupka_2026"
["content_eng"]=>
string(3642) "<p>
On May 16, 2026, we participated in the international plastic model making competition KupKA held at the Museum of the Homeland War in Karlovac.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c335b9e8-af81-473c-b120-8c5c461a055c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c335b9e8-af81-473c-b120-8c5c461a055c.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/addccfef-b32b-4277-8ebd-894c31c1aa87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/addccfef-b32b-4277-8ebd-894c31c1aa87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cba2c3ac-3942-49b1-8348-f66d3e7e10e2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cba2c3ac-3942-49b1-8348-f66d3e7e10e2.jpg" width="600" /></a></p>
<p>
The competition was organized by the Slavoljub Penkala Modeling Club from Zagreb.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bb1a4bde-bdad-465e-9214-e506cdab2817.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bb1a4bde-bdad-465e-9214-e506cdab2817.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c01585e5-5b12-477b-8064-287a2bd11e72.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c01585e5-5b12-477b-8064-287a2bd11e72.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/20ecc810-eeb1-4cd4-9795-ea744114ef69.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/20ecc810-eeb1-4cd4-9795-ea744114ef69.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6841b51c-302b-40da-b8a5-4a78455f19c0.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6841b51c-302b-40da-b8a5-4a78455f19c0.jpg" width="600" /></a></p>
<p>
Thanks to the organizer for an interesting competition, to the judges for some medals, and especially to my colleagues from the Maketarski Club Novi Sad - IPMS Serbia for the medal!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1956e988-4579-4d8f-8bb2-cb1aa0ea2117.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1956e988-4579-4d8f-8bb2-cb1aa0ea2117.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2c216156-9e25-47ed-9a89-46130e6690c6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2c216156-9e25-47ed-9a89-46130e6690c6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/25489496-7cf4-4cfa-aaed-5fd6925fe92a.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/25489496-7cf4-4cfa-aaed-5fd6925fe92a.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(3602) "<p>
16. svibnja 2026. sudjelovali smo na međunarodnom natjecanju u plastičnom maketarstvu KupKA održanom u Muzeju domovinskog rata u Karlovcu.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c335b9e8-af81-473c-b120-8c5c461a055c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c335b9e8-af81-473c-b120-8c5c461a055c.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/addccfef-b32b-4277-8ebd-894c31c1aa87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/addccfef-b32b-4277-8ebd-894c31c1aa87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cba2c3ac-3942-49b1-8348-f66d3e7e10e2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cba2c3ac-3942-49b1-8348-f66d3e7e10e2.jpg" width="600" /></a></p>
<p>
Natjecanje je organizirao Maketarski klub Slavoljub Penkala iz Zagreba</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bb1a4bde-bdad-465e-9214-e506cdab2817.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bb1a4bde-bdad-465e-9214-e506cdab2817.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c01585e5-5b12-477b-8064-287a2bd11e72.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c01585e5-5b12-477b-8064-287a2bd11e72.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/20ecc810-eeb1-4cd4-9795-ea744114ef69.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/20ecc810-eeb1-4cd4-9795-ea744114ef69.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6841b51c-302b-40da-b8a5-4a78455f19c0.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6841b51c-302b-40da-b8a5-4a78455f19c0.jpg" width="600" /></a></p>
<p>
Hvala organizatoru na zanimljivom natjecanju, sucima na ponešto medalja, a pogotovo kolegama iz Maketarskog Kluba Novi Sad - IPMS Srbija na medalji!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1956e988-4579-4d8f-8bb2-cb1aa0ea2117.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1956e988-4579-4d8f-8bb2-cb1aa0ea2117.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2c216156-9e25-47ed-9a89-46130e6690c6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2c216156-9e25-47ed-9a89-46130e6690c6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/25489496-7cf4-4cfa-aaed-5fd6925fe92a.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/25489496-7cf4-4cfa-aaed-5fd6925fe92a.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2026-05-26 10:14:10"
["modified"]=>
string(19) "2026-05-26 10:14:10"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "35"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(5) "Marko"
["last_name"]=>
string(9) "Paunović"
["first_name_mask"]=>
string(5) "marko"
["last_name_mask"]=>
string(8) "paunovic"
["username"]=>
string(5) "marko"
["password"]=>
string(40) "3bd37b326d19d1880d3b93a4b32e8fb3a90fa122"
["born"]=>
string(19) "2033-03-07 20:35:00"
["created"]=>
string(19) "2009-06-02 20:37:03"
}
}
</pre>
<a href="/members/marko.paunovic">Marko Paunović</a>, 26.05.2026.</span>
</li>
<li>
<a href="/articles/2026/05/26/back_to_basics_radionice_bojenja_minijatura_za_najmlade_u_galeriji_i_citaonici_vn" class="readMore">Back to Basics radionice bojenja minijatura za najmlađe u Galeriji i čitaonici VN</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "511"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(38) "Back to Basics Workshops in Gallery VN"
["title_hrv"]=>
string(83) "Back to Basics radionice bojenja minijatura za najmlađe u Galeriji i čitaonici VN"
["mask_eng"]=>
string(38) "back_to_basics_workshops_in_gallery_vn"
["mask_hrv"]=>
string(81) "back_to_basics_radionice_bojenja_minijatura_za_najmlade_u_galeriji_i_citaonici_vn"
["content_eng"]=>
string(6246) "<p>
<strong>In May 2026 we held our Back To Basics miniature painting workshops for the youngest in Gallery VN.</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/77267a02-80f4-42c4-bd96-0cc1491ed022.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/77267a02-80f4-42c4-bd96-0cc1491ed022.jpg" width="600" /></a></p>
<p>
The workshops were completely FREE for all participants!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/fe7777f5-4011-4c28-a45e-a11341ac2ece.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/fe7777f5-4011-4c28-a45e-a11341ac2ece.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9778647a-7c0f-4eed-8346-5ad5fad9a1c2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9778647a-7c0f-4eed-8346-5ad5fad9a1c2.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5e403c5e-33d5-4b55-9bd2-3385ba04e519.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5e403c5e-33d5-4b55-9bd2-3385ba04e519.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/30dab34f-65ab-4084-ab3c-743ccc0a8669.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/30dab34f-65ab-4084-ab3c-743ccc0a8669.jpg" width="600" /></a></p>
<p>
The Back to Basics method is a method of making models and miniatures that focuses on a fun process intended for younger ages, but everyone is welcome! In three separate sessions on Thursdays, participants (aged 7+) painted miniatures of their choice (knight, princess, king, wizard and barbarian). </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/363d4fc2-38f0-4ce1-831a-6752cb3a0d27.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/363d4fc2-38f0-4ce1-831a-6752cb3a0d27.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed1138c3-3fe7-4ca3-85ad-310659f9a4f2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed1138c3-3fe7-4ca3-85ad-310659f9a4f2.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/89c23df8-dd12-4fb4-b22c-d22c4dab2448.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/89c23df8-dd12-4fb4-b22c-d22c4dab2448.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/298fdc3d-1236-4953-a26a-0f212c9e2860.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/298fdc3d-1236-4953-a26a-0f212c9e2860.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed28c195-ff1f-4889-98ff-196de783a5b9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed28c195-ff1f-4889-98ff-196de783a5b9.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/32092000-e78c-4ab6-a98f-53333d0391d8.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/32092000-e78c-4ab6-a98f-53333d0391d8.jpg" width="600" /></a></p>
<p>
1st session: Painting miniatures of choice, Thursday, 07.05. - from 18:00 to 19:00</p>
<p>
2nd session: Painting a miniature of your choice, Thursday, 14.05. - from 18:00 to 19:00</p>
<p>
3rd session: Painting a miniature of your choice, Thursday, 21.05. - from 18:00 to 19:00</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/443f1df1-c16c-460a-8e66-35a197d9e362.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/443f1df1-c16c-460a-8e66-35a197d9e362.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2d0b9b65-c347-4b91-8d7e-7a93b07dd48b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2d0b9b65-c347-4b91-8d7e-7a93b07dd48b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5176e9e8-b977-4bc0-aea7-de99daea23e3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5176e9e8-b977-4bc0-aea7-de99daea23e3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ce7c0e49-f4ca-44ff-9741-3a1791470832.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ce7c0e49-f4ca-44ff-9741-3a1791470832.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f71c36dc-d467-4a72-a3ad-d664c6e0989a.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f71c36dc-d467-4a72-a3ad-d664c6e0989a.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95959e8c-a4a5-4c86-baa8-1eb8a142fcc9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95959e8c-a4a5-4c86-baa8-1eb8a142fcc9.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(7790) "<p>
<strong>U svibnju 2026. održali smo naše Back To Basics radionice za najmlađe u Galeriji i čitaonici VN.</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/77267a02-80f4-42c4-bd96-0cc1491ed022.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/77267a02-80f4-42c4-bd96-0cc1491ed022.jpg" width="600" /></a></p>
<p>
Radionice su bile BESPLATNE za sve polaznike!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/fe7777f5-4011-4c28-a45e-a11341ac2ece.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/fe7777f5-4011-4c28-a45e-a11341ac2ece.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9778647a-7c0f-4eed-8346-5ad5fad9a1c2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9778647a-7c0f-4eed-8346-5ad5fad9a1c2.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5e403c5e-33d5-4b55-9bd2-3385ba04e519.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5e403c5e-33d5-4b55-9bd2-3385ba04e519.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/30dab34f-65ab-4084-ab3c-743ccc0a8669.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/30dab34f-65ab-4084-ab3c-743ccc0a8669.jpg" width="600" /></a></p>
<p>
Back to Basics metoda je metoda izrade maketa i minijatura kojoj je fokus na zabavnom procesu namjenjenom mlađim uzrastima, ali svi su dobrodošli! U tri zasebna termina četvrtkom, polaznici (od 7+) su bojali minijature po izboru (vitez, princeza, kralj, čarobnjak i barbarin).</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/363d4fc2-38f0-4ce1-831a-6752cb3a0d27.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/363d4fc2-38f0-4ce1-831a-6752cb3a0d27.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed1138c3-3fe7-4ca3-85ad-310659f9a4f2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed1138c3-3fe7-4ca3-85ad-310659f9a4f2.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/89c23df8-dd12-4fb4-b22c-d22c4dab2448.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/89c23df8-dd12-4fb4-b22c-d22c4dab2448.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/298fdc3d-1236-4953-a26a-0f212c9e2860.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/298fdc3d-1236-4953-a26a-0f212c9e2860.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed28c195-ff1f-4889-98ff-196de783a5b9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed28c195-ff1f-4889-98ff-196de783a5b9.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/32092000-e78c-4ab6-a98f-53333d0391d8.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/32092000-e78c-4ab6-a98f-53333d0391d8.jpg" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
1. termin: Bojenje minijature po izboru, <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;">četvrtak, 07.05. - od 18:00 do 19:00</strong></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
2. termin: Bojenje minijature po izboru, <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;">četvrtak, 14.05. - od 18:00 do 19:00</strong></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
3. termin: Bojenje minijature po izboru, <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;">četvrtak, 21.05. - od 18:00 do 19:00</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/443f1df1-c16c-460a-8e66-35a197d9e362.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/443f1df1-c16c-460a-8e66-35a197d9e362.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2d0b9b65-c347-4b91-8d7e-7a93b07dd48b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2d0b9b65-c347-4b91-8d7e-7a93b07dd48b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5176e9e8-b977-4bc0-aea7-de99daea23e3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5176e9e8-b977-4bc0-aea7-de99daea23e3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ce7c0e49-f4ca-44ff-9741-3a1791470832.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ce7c0e49-f4ca-44ff-9741-3a1791470832.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f71c36dc-d467-4a72-a3ad-d664c6e0989a.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f71c36dc-d467-4a72-a3ad-d664c6e0989a.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95959e8c-a4a5-4c86-baa8-1eb8a142fcc9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95959e8c-a4a5-4c86-baa8-1eb8a142fcc9.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2026-05-26 08:06:32"
["modified"]=>
string(19) "2026-05-26 08:06:32"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "64"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(9) "Krunoslav"
["last_name"]=>
string(8) "Belinić"
["first_name_mask"]=>
string(9) "krunoslav"
["last_name_mask"]=>
string(7) "belinic"
["username"]=>
string(5) "Kruno"
["password"]=>
string(40) "eb3fda45fbec0258e90d809803b10491c548b22f"
["born"]=>
string(19) "2015-01-18 09:19:00"
["created"]=>
string(19) "2015-01-18 09:20:39"
}
}
</pre>
<a href="/members/krunoslav.belinic">Krunoslav Belinić</a>, 26.05.2026.</span>
</li>
<li>
<a href="/articles/2026/05/20/bojanje_lica_standardom_za_tabletop" class="readMore">Bojanje lica standardom za tabletop</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "510"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(32) "Painting Faces at Tabletop Level"
["title_hrv"]=>
string(35) "Bojanje lica standardom za tabletop"
["mask_eng"]=>
string(32) "painting_faces_at_tabletop_level"
["mask_hrv"]=>
string(35) "bojanje_lica_standardom_za_tabletop"
["content_eng"]=>
string(4367) "<p>
<em>In this short article, I will describe two ways to paint faces on a so-called tabletop standard. The text follows two versions of the painting. One will use a store-bought wash, and in the second, slightly less contrasting one, I will use a wash that I got from regular paint. This way, the reader can choose which method suits them better.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2aeb3b8c-ba26-4ec7-be3c-993975e8e5db.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2aeb3b8c-ba26-4ec7-be3c-993975e8e5db.jpg" width="600" /> </a></p>
<p>
The first step is to dye the base color.</p>
<p>
Left: Since I'm going to use a store-bought wash in this example, I decided to go for a darker shade of skin tone.</p>
<p>
Right: In this example, I'm going to use the color as a base for the wash, so I decided to go for a slightly lighter skin tone - and therefore a lighter base color.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/737e7944-dd53-4e92-9386-b8adde435b6c.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/737e7944-dd53-4e92-9386-b8adde435b6c.jpg" width="600" /> </a></p>
<p>
The next step is to apply the wash.</p>
<p>
Left: I use a regular, store-bought Reikkland Fleshshade wash.</p>
<p>
Right: On a drop of the darker skin tone, I add two drops of Lahmian Medium and a drop or two of water. This creates my own wash, which I apply similarly to the example on the left.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/68933453-b8b9-4771-baf6-120fec0e8e78.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/68933453-b8b9-4771-baf6-120fec0e8e78.jpg" width="600" /> </a></p>
<p>
Then comes the first highlight.</p>
<p>
Left: I apply the base color to the raised parts of the face and thus get the first highlight.</p>
<p>
Right: Just like in the example on the left, I use the base color as the first highlight.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/54106cd9-16e8-4d47-8f33-019dcb0f2f5d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/54106cd9-16e8-4d47-8f33-019dcb0f2f5d.jpg" width="600" /> </a></p>
<p>
Then the second highlight.</p>
<p>
Left: I get the second highlight by mixing the base color with a lighter shade.</p>
<p>
Right: I follow the same process as on the left, with the caveat that I never use pure white to mix the highlight, it's always an off white – with a minimal amount of some pigment.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/a4761737-b665-43d8-9e08-e72213eeb11e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/a4761737-b665-43d8-9e08-e72213eeb11e.jpg" width="600" /> </a></p>
<p>
The penultimate step is to outline the eyes.</p>
<p>
Left: This step is identical in both cases.</p>
<p>
Right: I outline the eyes with some off-white paint (to make my life easier, it's usually two lines).</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/065a26f1-79be-47ae-bd25-a4fb3e51229b.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/065a26f1-79be-47ae-bd25-a4fb3e51229b.jpg" width="600" /> </a></p>
<p>
The last step is to add shadows around the mouth and eyes.</p>
<p>
Left: In this case, you can use a darker wash like Nuln Oil or Druchi Purple.</p>
<p>
Right: I mixed black and purple and added two drops of Lahmian Medium and a drop or two of water to create a darker wash, then applied the mixture to the eye sockets, making sure not to get the wash on the previously drawn eyes.</p>
<p>
And the last thing is drawing the pupils – just vertical lines of dark/black color against the horizontal light lines for the eyes.</p>
<p>
 </p>
"
["content_hrv"]=>
string(4347) "<p>
<em>U ovom kratkom članku, opisat ću dva načina za bojanje lica na takozvanom tabletop standardu. Tekst prati dvije verzije bojanja. Jedna će koristiti kupovni wash, a u drugoj, malo manje kontrastnoj koristit ću wash kojeg sam dobio iz obične boje. Na taj način, čitatelj može izabrati koji način mu više odgovara.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2aeb3b8c-ba26-4ec7-be3c-993975e8e5db.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2aeb3b8c-ba26-4ec7-be3c-993975e8e5db.jpg" width="600" /> </a></p>
<p>
Prvi korak je bojanje u osnovnu boju.</p>
<p>
Lijevo: s obzirom da ću na ovom primjeru koristiti kupovni wash, odlučio sam se za tamniju nijansu boje kože.</p>
<p>
Desno: u ovom primjeru koristit ću boju kao osnovu za wash, tako da sam se odlučio za malo svjetliju nijansu kože – a samim time i svjetliju osnovnu boju.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/737e7944-dd53-4e92-9386-b8adde435b6c.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/737e7944-dd53-4e92-9386-b8adde435b6c.jpg" width="600" /> </a></p>
<p>
Sljedeći korak je stavljanje wash-a.</p>
<p>
Lijevo: Koristim običan, kupovni Reikkland Fleshshade wash.</p>
<p>
Desno: Na kap tamnije nijanse boje kože stavljam dvije kapljice Lahmian Mediuma i kap do dvije vode. Na taj način dobivam vlastiti wash kojeg nanosim slično kao i na lijevom primjeru.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/68933453-b8b9-4771-baf6-120fec0e8e78.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/68933453-b8b9-4771-baf6-120fec0e8e78.jpg" width="600" /> </a></p>
<p>
Zatim ide prvi highlight.</p>
<p>
Lijevo: Nanosim na izdignute dijelove lica osnovnu boju i na taj način dobivam prvi highlight.</p>
<p>
Desno: Jednako kao i u lijevom primjeru, kao prvi highlight koristim osnovnu boju.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/54106cd9-16e8-4d47-8f33-019dcb0f2f5d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/54106cd9-16e8-4d47-8f33-019dcb0f2f5d.jpg" width="600" /> </a></p>
<p>
Potom drugi highlight.</p>
<p>
Lijevo: Drugi highlight dobivam mješajući osnovnu boju s nekom svjetlijom nijansom.</p>
<p>
Desno: Pratim isti proces kao i lijevo, uz napomenu da nikada ne koristim čistu bijelu boju za miješanje highlighta, uvijek je to neki off white – s minimalnom količinom nekog pigmenta.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/a4761737-b665-43d8-9e08-e72213eeb11e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/a4761737-b665-43d8-9e08-e72213eeb11e.jpg" width="600" /> </a></p>
<p>
Predzadnji korak je iscrtavanje obrisa očiju.</p>
<p>
Lijevo: Ovaj korak je identičan u oba slučaja.</p>
<p>
Desno: Nekom off white bojom iscrtam obrise očiju (da si olakšam život, to su najčešće dvije crtice).</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/065a26f1-79be-47ae-bd25-a4fb3e51229b.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/065a26f1-79be-47ae-bd25-a4fb3e51229b.jpg" width="600" /> </a></p>
<p>
Zadnji korak je dodavanje sjena oko ustiju i očiju.</p>
<p>
Lijevo: U ovom slučaju, možete koristiti tamniji wash poput Nuln Oil ili Druchi Purple.</p>
<p>
Desno: Pomiješao sam crnu i ljubičastu boju te dodao kap dvije Lahmian Mediuma i kad do dvije vode da dobijem tamniji wash te smjesu nanio u očne šupljine pazeći da wash ne dođe na prethodno iscrtane oči.</p>
<p>
I zadnja stvar je ucrtavanje zjenica – samo okomite crtice tamne/crne boje u odnosu na horizontalne svijetle crte za oči.</p>
"
["created"]=>
string(19) "2026-05-20 10:46:57"
["modified"]=>
string(19) "2026-05-20 10:46:57"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "35"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(5) "Marko"
["last_name"]=>
string(9) "Paunović"
["first_name_mask"]=>
string(5) "marko"
["last_name_mask"]=>
string(8) "paunovic"
["username"]=>
string(5) "marko"
["password"]=>
string(40) "3bd37b326d19d1880d3b93a4b32e8fb3a90fa122"
["born"]=>
string(19) "2033-03-07 20:35:00"
["created"]=>
string(19) "2009-06-02 20:37:03"
}
}
</pre>
<a href="/members/marko.paunovic">Marko Paunović</a>, 20.05.2026.</span>
</li>
</ul>
<p><a href="/articles/view">Svi članci</a></p>
<h2>Najnoviji izvještaji s bojišta</h2>
<ul class="latest">
<li>
<a href="/battle_reports/2025/03/10/kill_team_-_blooded_vs_vespid_stingwings" class="readMore">Kill Team - Blooded vs. Vespid Stingwings</a> <span class="details">
28.02.2025., GW - Warhammer 40.000, i <a href="/members/antoni.pastuovic">Antoni Pastuović</a> (Imperial Guard) </span>
</li>
<li>
<a href="/battle_reports/2022/05/09/dark_angels_protiv_tau_battlereport" class="readMore">Dark Angels protiv T'au Battlereport</a> <span class="details">
22.04.2022., GW - Warhammer 40.000, <a href="/members/borna.plese">Borna Pleše</a> (Space Marines) i <a href="/members/kristijan.kliska">Kristijan Kliska</a> (Tau Empire) </span>
</li>
<li>
<a href="/battle_reports/2021/11/26/sisters_of_battle_protiv_ultramarines" class="readMore">Sisters of Battle protiv Ultramarines</a> <span class="details">
17.11.2021., GW - Warhammer 40.000, i <a href="/members/nino.marasovic">Nino Marasović</a> (Space Marines) </span>
</li>
</ul>
<p><a href="/battle_reports">Svi izvještaji s bojišta</a></p></div>",
"scripts_for_layout" => "",
"title_for_layout" => "Battle Reports",
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$content_for_layout = "<div id="leftColumn">
<h1></h1>
<div class="battle-report">
<span class="details">
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr5-trace').style.display = (document.getElementById('cakeErr5-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/battle_reports/view.ctp</b>, line <b>9</b>]<div id="cakeErr5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr5-code').style.display = (document.getElementById('cakeErr5-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr5-context').style.display = (document.getElementById('cakeErr5-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr5-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr5-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/battle_reports/view.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$memberString = ""</pre><pre class="stack-trace">include - APP/views/battle_reports/view.ctp, line 9
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6-trace').style.display = (document.getElementById('cakeErr6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 2 [<b>APP/views/helpers/stringer.php</b>, line <b>139</b>]<div id="cakeErr6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6-code').style.display = (document.getElementById('cakeErr6-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6-context').style.display = (document.getElementById('cakeErr6-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr6-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> $memberString .= $stringer->getMemberLink ($battleReportExperience['Member']) .' (' .$battleReportExperience['Army']["name_$lang"] .')';
</span></code>
<code><span style="color: #000000"> }
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $dateFought = $stringer->getDateFromSQL ($battleReport['BattleReport']['fought'], true, ($lang == 'hrv'));
</span></code></span></pre></div><pre id="cakeErr6-context" class="cake-context" style="display: none;">$date = array(
""
)
$asString = true
$asCroatian = true
$styled = true</pre><pre class="stack-trace">StringerHelper::getDateFromSQL() - APP/views/helpers/stringer.php, line 139
include - APP/views/battle_reports/view.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr7-trace').style.display = (document.getElementById('cakeErr7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 1 [<b>APP/views/helpers/stringer.php</b>, line <b>139</b>]<div id="cakeErr7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr7-code').style.display = (document.getElementById('cakeErr7-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr7-context').style.display = (document.getElementById('cakeErr7-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr7-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> $memberString .= $stringer->getMemberLink ($battleReportExperience['Member']) .' (' .$battleReportExperience['Army']["name_$lang"] .')';
</span></code>
<code><span style="color: #000000"> }
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $dateFought = $stringer->getDateFromSQL ($battleReport['BattleReport']['fought'], true, ($lang == 'hrv'));
</span></code></span></pre></div><pre id="cakeErr7-context" class="cake-context" style="display: none;">$date = array(
""
)
$asString = true
$asCroatian = true
$styled = true</pre><pre class="stack-trace">StringerHelper::getDateFromSQL() - APP/views/helpers/stringer.php, line 139
include - APP/views/battle_reports/view.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre>Na dan ... zaigrali su igru . Kako je birka protekla, pročitajte u nastavku! </span>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr8-trace').style.display = (document.getElementById('cakeErr8-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/battle_reports/view.ctp</b>, line <b>24</b>]<div id="cakeErr8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr8-code').style.display = (document.getElementById('cakeErr8-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr8-context').style.display = (document.getElementById('cakeErr8-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr8-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr8-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/battle_reports/view.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$memberString = ""
$dateFought = "..."</pre><pre class="stack-trace">include - APP/views/battle_reports/view.ctp, line 24
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre> </div>
</div>
<div id="rightColumn">
<!--<div id="hotStuff">
Pažnja! Možeš se prijaviti na aktualne turnire!<br/> <ul>
<li>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr9-trace').style.display = (document.getElementById('cakeErr9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_hrv [<b>APP/views/elements/hotStuff.ctp</b>, line <b>11</b>]<div id="cakeErr9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr9-code').style.display = (document.getElementById('cakeErr9-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr9-context').style.display = (document.getElementById('cakeErr9-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr9-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr9-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 11
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr10-trace').style.display = (document.getElementById('cakeErr10-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: starts [<b>APP/views/elements/hotStuff.ctp</b>, line <b>11</b>]<div id="cakeErr10-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr10-code').style.display = (document.getElementById('cakeErr10-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr10-context').style.display = (document.getElementById('cakeErr10-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr10-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr10-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 11
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-trace').style.display = (document.getElementById('cakeErr11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: mask_hrv [<b>APP/views/elements/hotStuff.ctp</b>, line <b>11</b>]<div id="cakeErr11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-code').style.display = (document.getElementById('cakeErr11-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-context').style.display = (document.getElementById('cakeErr11-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr11-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr11-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 11
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><a href="/tournaments/view" class="name"></a> - <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: starts [<b>APP/views/elements/hotStuff.ctp</b>, line <b>12</b>]<div id="cakeErr12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-code').style.display = (document.getElementById('cakeErr12-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-context').style.display = (document.getElementById('cakeErr12-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr12-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr12-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 12
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-trace').style.display = (document.getElementById('cakeErr13-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: mask_hrv [<b>APP/views/elements/hotStuff.ctp</b>, line <b>12</b>]<div id="cakeErr13-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-code').style.display = (document.getElementById('cakeErr13-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-context').style.display = (document.getElementById('cakeErr13-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr13-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> if (Configure::read() > 0) {</span></code>
<span class="code-highlight"><code><span style="color: #000000"> include ($___viewFn);</span></code></span></pre></div><pre id="cakeErr13-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/hotStuff.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
),
"cache" => array(
"time" => null,
"key" => "hrv"
),
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL,
"stringer" => StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object,
"menu" => MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"link" => LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$cache = array(
"time" => null,
"key" => "hrv"
)
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$tournaments = array(
array(
"Tournament" => array()
)
)
$tournament = array(
"Tournament" => array(
"num_of_applications" => 0
)
)</pre><pre class="stack-trace">include - APP/views/elements/hotStuff.ctp, line 12
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/battle_reports/view.ctp, line 46
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre><a href="/tournament_applications/register" class="register">Prijavi se!</a> </li>
</ul>
</div>-->
<div id="hotSponsor">
</div><h2>Najnoviji članci</h2>
<ul class="latest">
<li>
<a href="/articles/2026/05/26/radionica_bojanja_minijatura_-_75mm_patuljak" class="readMore">Radionica bojanja minijatura - 75mm patuljak</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "514"
["member_id"]=>
string(3) "107"
["title_eng"]=>
string(40) "Miniature Painting Workshop - 75mm Dwarf"
["title_hrv"]=>
string(44) "Radionica bojanja minijatura - 75mm patuljak"
["mask_eng"]=>
string(40) "miniature_painting_workshop_-_75mm_dwarf"
["mask_hrv"]=>
string(44) "radionica_bojanja_minijatura_-_75mm_patuljak"
["content_eng"]=>
string(14418) "<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
On 09-10.05.2026. we held a new weekend miniature painting workshop. This time it was the turn of a dwarf in 75mm scale.</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95c4b982-e252-41d3-8d40-594b08cfa608.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95c4b982-e252-41d3-8d40-594b08cfa608.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
The workshop was held over two days (a whole weekend) and the participants painted a 75mm miniature dwarf. The focus of these lectures was painting various textures - metal, human skin, textiles and leather. Water-based acrylic paints were used in the workshop. For this purpose, the workshop leader, Ivan Knezović, chose a 75mm miniature dwarf from Durgin Paint Forge, sculpted by Carlos Perez Bugedo. The lectures were adapted so that the leader devotes equal time to all participants and can be adapted to all categories of miniaturists (from beginners to slightly more advanced).</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5161cd0f-c234-4df6-aea7-854b9eb4fccc.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5161cd0f-c234-4df6-aea7-854b9eb4fccc.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1f92a5c2-b944-4b39-bb26-7bddfec8150e.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1f92a5c2-b944-4b39-bb26-7bddfec8150e.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ab17ac7a-92aa-4231-9ec0-fce9cf42aaf4.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ab17ac7a-92aa-4231-9ec0-fce9cf42aaf4.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
The workshop took place as follows:<br />
First, the lecturer sits at his desk and explains and demonstrates each step in painting a miniature/model on his specimen. His work is displayed on a screen via a camera and projector, which the participants listen to, watch, and ask questions about.<br />
Then, the participants sit at their desks and apply the knowledge they have gained. The facilitator circulates among the participants and checks how each participant is doing. This way, he or she can adapt to each participant individually.</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d979a669-9560-4657-9caa-0517f7dcd73c.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d979a669-9560-4657-9caa-0517f7dcd73c.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/920fd619-b3e2-42d7-993c-1bccb4539195.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/920fd619-b3e2-42d7-993c-1bccb4539195.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6ca20056-9435-4838-b45f-81f38c0f31ae.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6ca20056-9435-4838-b45f-81f38c0f31ae.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
The workshop will include the following thematic units:<br />
1. NMM (Non metallic metal)<br />
2. Reflections of ambient colors on metal<br />
3. Steel / gold<br />
4. Face painting (male)<br />
5. Adding vibrancy to the face (filters)<br />
6. Extracting textures from fabric, metal and leather</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d6bd079-8173-41bd-85c6-9e5f1bb9809b.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d6bd079-8173-41bd-85c6-9e5f1bb9809b.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/4f64afc0-1311-4f59-b08b-453a805bb354.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/4f64afc0-1311-4f59-b08b-453a805bb354.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
POWERED BY: <a href="https://cartamagica.hr/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Carta Magica</a>, <a href="https://www.fireballfigurines.com/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Fireball Figurines</a>, <a href="https://www.durginpaintforge.com/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Durgin Paint Forge</a>, <a href="https://www.playsupport.art/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Playsupport</a></p>
"
["content_hrv"]=>
string(14428) "<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
09-10.05.2026. smo održali novu vikend Radionicu bojanja minijatura. Ovoga puta na redu je bio patuljak u 75mm mjerilu.</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95c4b982-e252-41d3-8d40-594b08cfa608.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95c4b982-e252-41d3-8d40-594b08cfa608.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
Radionica se provodila kroz dva dana (cijeli vikend) i polaznici su bojali 75mm minijaturu patuljka. Fokus ovih predavanja bilo je bojenje raznih tekstura – od metala, ljudske kože, tekstila i kože (leather). U sklopu radionice korištene su akrilne boje na bazi vode. U tu svrhu, voditelj radionice, Ivan Knezović, izabrao je 75 mm minijaturu patuljka tvrtke Durgin Paint Forge, koju je sculptao Carlos Perez Bugedo. Predavanja su prilagođena tako da voditelj posveti jednako vrijeme svim polaznicima i može se prilagoditi svim kategorijama minijaturista (od početnika do malo naprednijih).</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5161cd0f-c234-4df6-aea7-854b9eb4fccc.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5161cd0f-c234-4df6-aea7-854b9eb4fccc.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1f92a5c2-b944-4b39-bb26-7bddfec8150e.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1f92a5c2-b944-4b39-bb26-7bddfec8150e.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ab17ac7a-92aa-4231-9ec0-fce9cf42aaf4.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ab17ac7a-92aa-4231-9ec0-fce9cf42aaf4.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
Radionica se odvijala na sljedeći način:<br />
Prvo, predavač sjedi za svojim stolom te objašnjava i demonstrira pojedini korak u bojanju minijature/makete na svojem primjerku. Njegov rad se preko kamere i projektora prikazuje na platnu što polaznici slušaju, gledaju, ali i postavljaju pitanja.<br />
Potom, polaznici sjedaju za svoje stolove i primjenjuju stečeno znanje. Voditelj kruži između polaznika i provjerava kako svakom polazniku ide. Na taj način, može se prilagoditi svakom polazniku ponaosob.</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d979a669-9560-4657-9caa-0517f7dcd73c.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d979a669-9560-4657-9caa-0517f7dcd73c.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/920fd619-b3e2-42d7-993c-1bccb4539195.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/920fd619-b3e2-42d7-993c-1bccb4539195.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6ca20056-9435-4838-b45f-81f38c0f31ae.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6ca20056-9435-4838-b45f-81f38c0f31ae.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
Radionica će uključivati sljedeće tematske cjeline:<br />
1. NMM (Non metallic metal)<br />
2. Refleksije boja iz okoline na metalu<br />
3. Čelik / zlato<br />
4. Bojanje lica (muškog)<br />
5. Dodavanje živosti na lice (filteri)<br />
6. Izvlačenje tekstura tkanine, metala i kože (leather)</p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d6bd079-8173-41bd-85c6-9e5f1bb9809b.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d6bd079-8173-41bd-85c6-9e5f1bb9809b.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/4f64afc0-1311-4f59-b08b-453a805bb354.jpg" style="background: transparent; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/4f64afc0-1311-4f59-b08b-453a805bb354.jpg" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
POWERED BY: <a href="https://cartamagica.hr/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Carta Magica</a>, <a href="https://www.fireballfigurines.com/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Fireball Figurines</a>, <a href="https://www.durginpaintforge.com/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Durgin Paint Forge</a>, <a href="https://www.playsupport.art/" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none; color: rgb(9, 90, 142); font-weight: bold;">Playsupport</a></p>
"
["created"]=>
string(19) "2026-05-26 11:39:00"
["modified"]=>
string(19) "2026-05-26 11:41:50"
}
["Member"]=>
array(10) {
["id"]=>
string(3) "107"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(5) "Ivan "
["last_name"]=>
string(9) "Knezović"
["first_name_mask"]=>
string(4) "ivan"
["last_name_mask"]=>
string(8) "knezovic"
["username"]=>
string(8) "IvanKlan"
["password"]=>
string(40) "94527877845e989fe51bd34849504967876063aa"
["born"]=>
string(19) "2006-01-01 00:00:00"
["created"]=>
NULL
}
}
</pre>
<a href="/members/ivan.knezovic">Ivan Knezović</a>, 26.05.2026.</span>
</li>
<li>
<a href="/articles/2026/05/26/posjetili_smo_festival_svet_v_malem_2026_u_pivki_u_sloveniji" class="readMore">Posjetili smo: Festival Svet v Malem 2026 u Pivki u Sloveniji</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "513"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(56) "We visited: Festival Svet v Malem 2026, Pivka, Slovenia "
["title_hrv"]=>
string(61) "Posjetili smo: Festival Svet v Malem 2026 u Pivki u Sloveniji"
["mask_eng"]=>
string(52) "we_visited_festival_svet_v_malem_2026_pivka_slovenia"
["mask_hrv"]=>
string(60) "posjetili_smo_festival_svet_v_malem_2026_u_pivki_u_sloveniji"
["content_eng"]=>
string(3433) "<p>
On May 23, 2026, we participated in the international plastic model making competition Festival Svet v Malem 2026 in Pivka, Slovenia.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cfa5cb83-ebeb-465c-ae3c-8f799e096bd3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cfa5cb83-ebeb-465c-ae3c-8f799e096bd3.jpg" width="600" /></a></p>
<p>
The competition is traditionally held at the Military History Park in Pivka.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/917d22db-eab4-4a55-911c-208b885b2239.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/917d22db-eab4-4a55-911c-208b885b2239.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d079067-5d7c-4937-a816-527683b0d151.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d079067-5d7c-4937-a816-527683b0d151.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b6ad2d8-e39b-482a-b425-826fb5d52d96.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b6ad2d8-e39b-482a-b425-826fb5d52d96.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b84af20-2d95-49d5-859d-17393dcf1a6e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b84af20-2d95-49d5-859d-17393dcf1a6e.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/eacb2860-1e1d-4000-b021-58d7a46e6e5f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/eacb2860-1e1d-4000-b021-58d7a46e6e5f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9c04adfd-494b-47ff-96dd-af46dd811ab7.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9c04adfd-494b-47ff-96dd-af46dd811ab7.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/367bc979-3e8f-45e6-9767-3f6f876edf38.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/367bc979-3e8f-45e6-9767-3f6f876edf38.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/13c332ab-9199-4f19-838e-e3fc15648580.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/13c332ab-9199-4f19-838e-e3fc15648580.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e331fd81-9c29-4c75-b8f9-7df768c53ec0.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e331fd81-9c29-4c75-b8f9-7df768c53ec0.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(3434) "<p>
23. svibnja 2026. sudjelovali smo na međunarodnom natjecanju u plastičnom maketarstvu Festival Svet v Malem 2026 u Pivki u Sloveniji. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cfa5cb83-ebeb-465c-ae3c-8f799e096bd3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cfa5cb83-ebeb-465c-ae3c-8f799e096bd3.jpg" width="600" /></a></p>
<p>
Natjecanje se tradicionalno održava u Parku vojne povijesti u Pivki.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/917d22db-eab4-4a55-911c-208b885b2239.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/917d22db-eab4-4a55-911c-208b885b2239.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d079067-5d7c-4937-a816-527683b0d151.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9d079067-5d7c-4937-a816-527683b0d151.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b6ad2d8-e39b-482a-b425-826fb5d52d96.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b6ad2d8-e39b-482a-b425-826fb5d52d96.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b84af20-2d95-49d5-859d-17393dcf1a6e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9b84af20-2d95-49d5-859d-17393dcf1a6e.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/eacb2860-1e1d-4000-b021-58d7a46e6e5f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/eacb2860-1e1d-4000-b021-58d7a46e6e5f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9c04adfd-494b-47ff-96dd-af46dd811ab7.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9c04adfd-494b-47ff-96dd-af46dd811ab7.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/367bc979-3e8f-45e6-9767-3f6f876edf38.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/367bc979-3e8f-45e6-9767-3f6f876edf38.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/13c332ab-9199-4f19-838e-e3fc15648580.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/13c332ab-9199-4f19-838e-e3fc15648580.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e331fd81-9c29-4c75-b8f9-7df768c53ec0.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e331fd81-9c29-4c75-b8f9-7df768c53ec0.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2026-05-26 10:22:52"
["modified"]=>
string(19) "2026-05-26 10:22:52"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "64"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(9) "Krunoslav"
["last_name"]=>
string(8) "Belinić"
["first_name_mask"]=>
string(9) "krunoslav"
["last_name_mask"]=>
string(7) "belinic"
["username"]=>
string(5) "Kruno"
["password"]=>
string(40) "eb3fda45fbec0258e90d809803b10491c548b22f"
["born"]=>
string(19) "2015-01-18 09:19:00"
["created"]=>
string(19) "2015-01-18 09:20:39"
}
}
</pre>
<a href="/members/krunoslav.belinic">Krunoslav Belinić</a>, 26.05.2026.</span>
</li>
<li>
<a href="/articles/2026/05/26/posjetili_smo_kupka_2026" class="readMore">Posjetili smo: KupKA 2026</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "512"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(22) "We visited: KupKA 2026"
["title_hrv"]=>
string(25) "Posjetili smo: KupKA 2026"
["mask_eng"]=>
string(21) "we_visited_kupka_2026"
["mask_hrv"]=>
string(24) "posjetili_smo_kupka_2026"
["content_eng"]=>
string(3642) "<p>
On May 16, 2026, we participated in the international plastic model making competition KupKA held at the Museum of the Homeland War in Karlovac.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c335b9e8-af81-473c-b120-8c5c461a055c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c335b9e8-af81-473c-b120-8c5c461a055c.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/addccfef-b32b-4277-8ebd-894c31c1aa87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/addccfef-b32b-4277-8ebd-894c31c1aa87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cba2c3ac-3942-49b1-8348-f66d3e7e10e2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cba2c3ac-3942-49b1-8348-f66d3e7e10e2.jpg" width="600" /></a></p>
<p>
The competition was organized by the Slavoljub Penkala Modeling Club from Zagreb.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bb1a4bde-bdad-465e-9214-e506cdab2817.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bb1a4bde-bdad-465e-9214-e506cdab2817.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c01585e5-5b12-477b-8064-287a2bd11e72.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c01585e5-5b12-477b-8064-287a2bd11e72.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/20ecc810-eeb1-4cd4-9795-ea744114ef69.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/20ecc810-eeb1-4cd4-9795-ea744114ef69.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6841b51c-302b-40da-b8a5-4a78455f19c0.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6841b51c-302b-40da-b8a5-4a78455f19c0.jpg" width="600" /></a></p>
<p>
Thanks to the organizer for an interesting competition, to the judges for some medals, and especially to my colleagues from the Maketarski Club Novi Sad - IPMS Serbia for the medal!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1956e988-4579-4d8f-8bb2-cb1aa0ea2117.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1956e988-4579-4d8f-8bb2-cb1aa0ea2117.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2c216156-9e25-47ed-9a89-46130e6690c6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2c216156-9e25-47ed-9a89-46130e6690c6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/25489496-7cf4-4cfa-aaed-5fd6925fe92a.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/25489496-7cf4-4cfa-aaed-5fd6925fe92a.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(3602) "<p>
16. svibnja 2026. sudjelovali smo na međunarodnom natjecanju u plastičnom maketarstvu KupKA održanom u Muzeju domovinskog rata u Karlovcu.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c335b9e8-af81-473c-b120-8c5c461a055c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c335b9e8-af81-473c-b120-8c5c461a055c.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/addccfef-b32b-4277-8ebd-894c31c1aa87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/addccfef-b32b-4277-8ebd-894c31c1aa87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cba2c3ac-3942-49b1-8348-f66d3e7e10e2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cba2c3ac-3942-49b1-8348-f66d3e7e10e2.jpg" width="600" /></a></p>
<p>
Natjecanje je organizirao Maketarski klub Slavoljub Penkala iz Zagreba</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bb1a4bde-bdad-465e-9214-e506cdab2817.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bb1a4bde-bdad-465e-9214-e506cdab2817.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c01585e5-5b12-477b-8064-287a2bd11e72.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c01585e5-5b12-477b-8064-287a2bd11e72.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/20ecc810-eeb1-4cd4-9795-ea744114ef69.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/20ecc810-eeb1-4cd4-9795-ea744114ef69.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6841b51c-302b-40da-b8a5-4a78455f19c0.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6841b51c-302b-40da-b8a5-4a78455f19c0.jpg" width="600" /></a></p>
<p>
Hvala organizatoru na zanimljivom natjecanju, sucima na ponešto medalja, a pogotovo kolegama iz Maketarskog Kluba Novi Sad - IPMS Srbija na medalji!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1956e988-4579-4d8f-8bb2-cb1aa0ea2117.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1956e988-4579-4d8f-8bb2-cb1aa0ea2117.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2c216156-9e25-47ed-9a89-46130e6690c6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2c216156-9e25-47ed-9a89-46130e6690c6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/25489496-7cf4-4cfa-aaed-5fd6925fe92a.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/25489496-7cf4-4cfa-aaed-5fd6925fe92a.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2026-05-26 10:14:10"
["modified"]=>
string(19) "2026-05-26 10:14:10"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "35"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(5) "Marko"
["last_name"]=>
string(9) "Paunović"
["first_name_mask"]=>
string(5) "marko"
["last_name_mask"]=>
string(8) "paunovic"
["username"]=>
string(5) "marko"
["password"]=>
string(40) "3bd37b326d19d1880d3b93a4b32e8fb3a90fa122"
["born"]=>
string(19) "2033-03-07 20:35:00"
["created"]=>
string(19) "2009-06-02 20:37:03"
}
}
</pre>
<a href="/members/marko.paunovic">Marko Paunović</a>, 26.05.2026.</span>
</li>
<li>
<a href="/articles/2026/05/26/back_to_basics_radionice_bojenja_minijatura_za_najmlade_u_galeriji_i_citaonici_vn" class="readMore">Back to Basics radionice bojenja minijatura za najmlađe u Galeriji i čitaonici VN</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "511"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(38) "Back to Basics Workshops in Gallery VN"
["title_hrv"]=>
string(83) "Back to Basics radionice bojenja minijatura za najmlađe u Galeriji i čitaonici VN"
["mask_eng"]=>
string(38) "back_to_basics_workshops_in_gallery_vn"
["mask_hrv"]=>
string(81) "back_to_basics_radionice_bojenja_minijatura_za_najmlade_u_galeriji_i_citaonici_vn"
["content_eng"]=>
string(6246) "<p>
<strong>In May 2026 we held our Back To Basics miniature painting workshops for the youngest in Gallery VN.</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/77267a02-80f4-42c4-bd96-0cc1491ed022.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/77267a02-80f4-42c4-bd96-0cc1491ed022.jpg" width="600" /></a></p>
<p>
The workshops were completely FREE for all participants!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/fe7777f5-4011-4c28-a45e-a11341ac2ece.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/fe7777f5-4011-4c28-a45e-a11341ac2ece.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9778647a-7c0f-4eed-8346-5ad5fad9a1c2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9778647a-7c0f-4eed-8346-5ad5fad9a1c2.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5e403c5e-33d5-4b55-9bd2-3385ba04e519.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5e403c5e-33d5-4b55-9bd2-3385ba04e519.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/30dab34f-65ab-4084-ab3c-743ccc0a8669.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/30dab34f-65ab-4084-ab3c-743ccc0a8669.jpg" width="600" /></a></p>
<p>
The Back to Basics method is a method of making models and miniatures that focuses on a fun process intended for younger ages, but everyone is welcome! In three separate sessions on Thursdays, participants (aged 7+) painted miniatures of their choice (knight, princess, king, wizard and barbarian). </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/363d4fc2-38f0-4ce1-831a-6752cb3a0d27.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/363d4fc2-38f0-4ce1-831a-6752cb3a0d27.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed1138c3-3fe7-4ca3-85ad-310659f9a4f2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed1138c3-3fe7-4ca3-85ad-310659f9a4f2.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/89c23df8-dd12-4fb4-b22c-d22c4dab2448.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/89c23df8-dd12-4fb4-b22c-d22c4dab2448.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/298fdc3d-1236-4953-a26a-0f212c9e2860.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/298fdc3d-1236-4953-a26a-0f212c9e2860.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed28c195-ff1f-4889-98ff-196de783a5b9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed28c195-ff1f-4889-98ff-196de783a5b9.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/32092000-e78c-4ab6-a98f-53333d0391d8.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/32092000-e78c-4ab6-a98f-53333d0391d8.jpg" width="600" /></a></p>
<p>
1st session: Painting miniatures of choice, Thursday, 07.05. - from 18:00 to 19:00</p>
<p>
2nd session: Painting a miniature of your choice, Thursday, 14.05. - from 18:00 to 19:00</p>
<p>
3rd session: Painting a miniature of your choice, Thursday, 21.05. - from 18:00 to 19:00</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/443f1df1-c16c-460a-8e66-35a197d9e362.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/443f1df1-c16c-460a-8e66-35a197d9e362.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2d0b9b65-c347-4b91-8d7e-7a93b07dd48b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2d0b9b65-c347-4b91-8d7e-7a93b07dd48b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5176e9e8-b977-4bc0-aea7-de99daea23e3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5176e9e8-b977-4bc0-aea7-de99daea23e3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ce7c0e49-f4ca-44ff-9741-3a1791470832.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ce7c0e49-f4ca-44ff-9741-3a1791470832.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f71c36dc-d467-4a72-a3ad-d664c6e0989a.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f71c36dc-d467-4a72-a3ad-d664c6e0989a.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95959e8c-a4a5-4c86-baa8-1eb8a142fcc9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95959e8c-a4a5-4c86-baa8-1eb8a142fcc9.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(7790) "<p>
<strong>U svibnju 2026. održali smo naše Back To Basics radionice za najmlađe u Galeriji i čitaonici VN.</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/77267a02-80f4-42c4-bd96-0cc1491ed022.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/77267a02-80f4-42c4-bd96-0cc1491ed022.jpg" width="600" /></a></p>
<p>
Radionice su bile BESPLATNE za sve polaznike!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/fe7777f5-4011-4c28-a45e-a11341ac2ece.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/fe7777f5-4011-4c28-a45e-a11341ac2ece.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9778647a-7c0f-4eed-8346-5ad5fad9a1c2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9778647a-7c0f-4eed-8346-5ad5fad9a1c2.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5e403c5e-33d5-4b55-9bd2-3385ba04e519.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5e403c5e-33d5-4b55-9bd2-3385ba04e519.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/30dab34f-65ab-4084-ab3c-743ccc0a8669.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/30dab34f-65ab-4084-ab3c-743ccc0a8669.jpg" width="600" /></a></p>
<p>
Back to Basics metoda je metoda izrade maketa i minijatura kojoj je fokus na zabavnom procesu namjenjenom mlađim uzrastima, ali svi su dobrodošli! U tri zasebna termina četvrtkom, polaznici (od 7+) su bojali minijature po izboru (vitez, princeza, kralj, čarobnjak i barbarin).</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/363d4fc2-38f0-4ce1-831a-6752cb3a0d27.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/363d4fc2-38f0-4ce1-831a-6752cb3a0d27.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed1138c3-3fe7-4ca3-85ad-310659f9a4f2.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed1138c3-3fe7-4ca3-85ad-310659f9a4f2.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/89c23df8-dd12-4fb4-b22c-d22c4dab2448.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/89c23df8-dd12-4fb4-b22c-d22c4dab2448.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/298fdc3d-1236-4953-a26a-0f212c9e2860.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/298fdc3d-1236-4953-a26a-0f212c9e2860.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed28c195-ff1f-4889-98ff-196de783a5b9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ed28c195-ff1f-4889-98ff-196de783a5b9.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/32092000-e78c-4ab6-a98f-53333d0391d8.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/32092000-e78c-4ab6-a98f-53333d0391d8.jpg" width="600" /></a></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
1. termin: Bojenje minijature po izboru, <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;">četvrtak, 07.05. - od 18:00 do 19:00</strong></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
2. termin: Bojenje minijature po izboru, <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;">četvrtak, 14.05. - od 18:00 do 19:00</strong></p>
<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; float: left; clear: both; color: rgb(0, 0, 0); font-family: Verdana, sans-serif;">
3. termin: Bojenje minijature po izboru, <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;">četvrtak, 21.05. - od 18:00 do 19:00</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/443f1df1-c16c-460a-8e66-35a197d9e362.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/443f1df1-c16c-460a-8e66-35a197d9e362.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2d0b9b65-c347-4b91-8d7e-7a93b07dd48b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2d0b9b65-c347-4b91-8d7e-7a93b07dd48b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5176e9e8-b977-4bc0-aea7-de99daea23e3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5176e9e8-b977-4bc0-aea7-de99daea23e3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ce7c0e49-f4ca-44ff-9741-3a1791470832.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ce7c0e49-f4ca-44ff-9741-3a1791470832.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f71c36dc-d467-4a72-a3ad-d664c6e0989a.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f71c36dc-d467-4a72-a3ad-d664c6e0989a.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95959e8c-a4a5-4c86-baa8-1eb8a142fcc9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/95959e8c-a4a5-4c86-baa8-1eb8a142fcc9.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2026-05-26 08:06:32"
["modified"]=>
string(19) "2026-05-26 08:06:32"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "64"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(9) "Krunoslav"
["last_name"]=>
string(8) "Belinić"
["first_name_mask"]=>
string(9) "krunoslav"
["last_name_mask"]=>
string(7) "belinic"
["username"]=>
string(5) "Kruno"
["password"]=>
string(40) "eb3fda45fbec0258e90d809803b10491c548b22f"
["born"]=>
string(19) "2015-01-18 09:19:00"
["created"]=>
string(19) "2015-01-18 09:20:39"
}
}
</pre>
<a href="/members/krunoslav.belinic">Krunoslav Belinić</a>, 26.05.2026.</span>
</li>
<li>
<a href="/articles/2026/05/20/bojanje_lica_standardom_za_tabletop" class="readMore">Bojanje lica standardom za tabletop</a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "510"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(32) "Painting Faces at Tabletop Level"
["title_hrv"]=>
string(35) "Bojanje lica standardom za tabletop"
["mask_eng"]=>
string(32) "painting_faces_at_tabletop_level"
["mask_hrv"]=>
string(35) "bojanje_lica_standardom_za_tabletop"
["content_eng"]=>
string(4367) "<p>
<em>In this short article, I will describe two ways to paint faces on a so-called tabletop standard. The text follows two versions of the painting. One will use a store-bought wash, and in the second, slightly less contrasting one, I will use a wash that I got from regular paint. This way, the reader can choose which method suits them better.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2aeb3b8c-ba26-4ec7-be3c-993975e8e5db.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2aeb3b8c-ba26-4ec7-be3c-993975e8e5db.jpg" width="600" /> </a></p>
<p>
The first step is to dye the base color.</p>
<p>
Left: Since I'm going to use a store-bought wash in this example, I decided to go for a darker shade of skin tone.</p>
<p>
Right: In this example, I'm going to use the color as a base for the wash, so I decided to go for a slightly lighter skin tone - and therefore a lighter base color.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/737e7944-dd53-4e92-9386-b8adde435b6c.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/737e7944-dd53-4e92-9386-b8adde435b6c.jpg" width="600" /> </a></p>
<p>
The next step is to apply the wash.</p>
<p>
Left: I use a regular, store-bought Reikkland Fleshshade wash.</p>
<p>
Right: On a drop of the darker skin tone, I add two drops of Lahmian Medium and a drop or two of water. This creates my own wash, which I apply similarly to the example on the left.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/68933453-b8b9-4771-baf6-120fec0e8e78.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/68933453-b8b9-4771-baf6-120fec0e8e78.jpg" width="600" /> </a></p>
<p>
Then comes the first highlight.</p>
<p>
Left: I apply the base color to the raised parts of the face and thus get the first highlight.</p>
<p>
Right: Just like in the example on the left, I use the base color as the first highlight.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/54106cd9-16e8-4d47-8f33-019dcb0f2f5d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/54106cd9-16e8-4d47-8f33-019dcb0f2f5d.jpg" width="600" /> </a></p>
<p>
Then the second highlight.</p>
<p>
Left: I get the second highlight by mixing the base color with a lighter shade.</p>
<p>
Right: I follow the same process as on the left, with the caveat that I never use pure white to mix the highlight, it's always an off white – with a minimal amount of some pigment.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/a4761737-b665-43d8-9e08-e72213eeb11e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/a4761737-b665-43d8-9e08-e72213eeb11e.jpg" width="600" /> </a></p>
<p>
The penultimate step is to outline the eyes.</p>
<p>
Left: This step is identical in both cases.</p>
<p>
Right: I outline the eyes with some off-white paint (to make my life easier, it's usually two lines).</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/065a26f1-79be-47ae-bd25-a4fb3e51229b.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/065a26f1-79be-47ae-bd25-a4fb3e51229b.jpg" width="600" /> </a></p>
<p>
The last step is to add shadows around the mouth and eyes.</p>
<p>
Left: In this case, you can use a darker wash like Nuln Oil or Druchi Purple.</p>
<p>
Right: I mixed black and purple and added two drops of Lahmian Medium and a drop or two of water to create a darker wash, then applied the mixture to the eye sockets, making sure not to get the wash on the previously drawn eyes.</p>
<p>
And the last thing is drawing the pupils – just vertical lines of dark/black color against the horizontal light lines for the eyes.</p>
<p>
 </p>
"
["content_hrv"]=>
string(4347) "<p>
<em>U ovom kratkom članku, opisat ću dva načina za bojanje lica na takozvanom tabletop standardu. Tekst prati dvije verzije bojanja. Jedna će koristiti kupovni wash, a u drugoj, malo manje kontrastnoj koristit ću wash kojeg sam dobio iz obične boje. Na taj način, čitatelj može izabrati koji način mu više odgovara.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2aeb3b8c-ba26-4ec7-be3c-993975e8e5db.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2aeb3b8c-ba26-4ec7-be3c-993975e8e5db.jpg" width="600" /> </a></p>
<p>
Prvi korak je bojanje u osnovnu boju.</p>
<p>
Lijevo: s obzirom da ću na ovom primjeru koristiti kupovni wash, odlučio sam se za tamniju nijansu boje kože.</p>
<p>
Desno: u ovom primjeru koristit ću boju kao osnovu za wash, tako da sam se odlučio za malo svjetliju nijansu kože – a samim time i svjetliju osnovnu boju.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/737e7944-dd53-4e92-9386-b8adde435b6c.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/737e7944-dd53-4e92-9386-b8adde435b6c.jpg" width="600" /> </a></p>
<p>
Sljedeći korak je stavljanje wash-a.</p>
<p>
Lijevo: Koristim običan, kupovni Reikkland Fleshshade wash.</p>
<p>
Desno: Na kap tamnije nijanse boje kože stavljam dvije kapljice Lahmian Mediuma i kap do dvije vode. Na taj način dobivam vlastiti wash kojeg nanosim slično kao i na lijevom primjeru.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/68933453-b8b9-4771-baf6-120fec0e8e78.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/68933453-b8b9-4771-baf6-120fec0e8e78.jpg" width="600" /> </a></p>
<p>
Zatim ide prvi highlight.</p>
<p>
Lijevo: Nanosim na izdignute dijelove lica osnovnu boju i na taj način dobivam prvi highlight.</p>
<p>
Desno: Jednako kao i u lijevom primjeru, kao prvi highlight koristim osnovnu boju.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/54106cd9-16e8-4d47-8f33-019dcb0f2f5d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/54106cd9-16e8-4d47-8f33-019dcb0f2f5d.jpg" width="600" /> </a></p>
<p>
Potom drugi highlight.</p>
<p>
Lijevo: Drugi highlight dobivam mješajući osnovnu boju s nekom svjetlijom nijansom.</p>
<p>
Desno: Pratim isti proces kao i lijevo, uz napomenu da nikada ne koristim čistu bijelu boju za miješanje highlighta, uvijek je to neki off white – s minimalnom količinom nekog pigmenta.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/a4761737-b665-43d8-9e08-e72213eeb11e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/a4761737-b665-43d8-9e08-e72213eeb11e.jpg" width="600" /> </a></p>
<p>
Predzadnji korak je iscrtavanje obrisa očiju.</p>
<p>
Lijevo: Ovaj korak je identičan u oba slučaja.</p>
<p>
Desno: Nekom off white bojom iscrtam obrise očiju (da si olakšam život, to su najčešće dvije crtice).</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/065a26f1-79be-47ae-bd25-a4fb3e51229b.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/065a26f1-79be-47ae-bd25-a4fb3e51229b.jpg" width="600" /> </a></p>
<p>
Zadnji korak je dodavanje sjena oko ustiju i očiju.</p>
<p>
Lijevo: U ovom slučaju, možete koristiti tamniji wash poput Nuln Oil ili Druchi Purple.</p>
<p>
Desno: Pomiješao sam crnu i ljubičastu boju te dodao kap dvije Lahmian Mediuma i kad do dvije vode da dobijem tamniji wash te smjesu nanio u očne šupljine pazeći da wash ne dođe na prethodno iscrtane oči.</p>
<p>
I zadnja stvar je ucrtavanje zjenica – samo okomite crtice tamne/crne boje u odnosu na horizontalne svijetle crte za oči.</p>
"
["created"]=>
string(19) "2026-05-20 10:46:57"
["modified"]=>
string(19) "2026-05-20 10:46:57"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "35"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(5) "Marko"
["last_name"]=>
string(9) "Paunović"
["first_name_mask"]=>
string(5) "marko"
["last_name_mask"]=>
string(8) "paunovic"
["username"]=>
string(5) "marko"
["password"]=>
string(40) "3bd37b326d19d1880d3b93a4b32e8fb3a90fa122"
["born"]=>
string(19) "2033-03-07 20:35:00"
["created"]=>
string(19) "2009-06-02 20:37:03"
}
}
</pre>
<a href="/members/marko.paunovic">Marko Paunović</a>, 20.05.2026.</span>
</li>
</ul>
<p><a href="/articles/view">Svi članci</a></p>
<h2>Najnoviji izvještaji s bojišta</h2>
<ul class="latest">
<li>
<a href="/battle_reports/2025/03/10/kill_team_-_blooded_vs_vespid_stingwings" class="readMore">Kill Team - Blooded vs. Vespid Stingwings</a> <span class="details">
28.02.2025., GW - Warhammer 40.000, i <a href="/members/antoni.pastuovic">Antoni Pastuović</a> (Imperial Guard) </span>
</li>
<li>
<a href="/battle_reports/2022/05/09/dark_angels_protiv_tau_battlereport" class="readMore">Dark Angels protiv T'au Battlereport</a> <span class="details">
22.04.2022., GW - Warhammer 40.000, <a href="/members/borna.plese">Borna Pleše</a> (Space Marines) i <a href="/members/kristijan.kliska">Kristijan Kliska</a> (Tau Empire) </span>
</li>
<li>
<a href="/battle_reports/2021/11/26/sisters_of_battle_protiv_ultramarines" class="readMore">Sisters of Battle protiv Ultramarines</a> <span class="details">
17.11.2021., GW - Warhammer 40.000, i <a href="/members/nino.marasovic">Nino Marasović</a> (Space Marines) </span>
</li>
</ul>
<p><a href="/battle_reports">Svi izvještaji s bojišta</a></p></div>"
$scripts_for_layout = ""
$title_for_layout = "Battle Reports"
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = "hrv"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$separator = " > "
$titleSeparator = " < "
$breadcrumbs = "Gdje sam? "
$title = "" include - APP/views/layouts/default.ctp, line 12
View::_render() - CORE/cake/libs/view/view.php, line 736
View::renderLayout() - CORE/cake/libs/view/view.php, line 494
View::render() - CORE/cake/libs/view/view.php, line 440
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86 UMS "Agram" :
Gdje sam?
Warning (2) : Invalid argument supplied for foreach() [APP/views/battle_reports/view.ctp , line 9 ]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn); $___viewFn = "/home/martin/apps/agram/app/views/battle_reports/view.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$memberString = "" include - APP/views/battle_reports/view.ctp, line 9
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86 Notice (8) : Undefined offset: 2 [APP/views/helpers/stringer.php , line 139 ]Code |
Context $memberString .= $stringer->getMemberLink ($battleReportExperience['Member']) .' (' .$battleReportExperience['Army']["name_$lang"] .')';
}
$dateFought = $stringer->getDateFromSQL ($battleReport['BattleReport']['fought'], true, ($lang == 'hrv'));
$date = array(
""
)
$asString = true
$asCroatian = true
$styled = true StringerHelper::getDateFromSQL() - APP/views/helpers/stringer.php, line 139
include - APP/views/battle_reports/view.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86 Notice (8) : Undefined offset: 1 [APP/views/helpers/stringer.php , line 139 ]Code |
Context $memberString .= $stringer->getMemberLink ($battleReportExperience['Member']) .' (' .$battleReportExperience['Army']["name_$lang"] .')';
}
$dateFought = $stringer->getDateFromSQL ($battleReport['BattleReport']['fought'], true, ($lang == 'hrv'));
$date = array(
""
)
$asString = true
$asCroatian = true
$styled = true StringerHelper::getDateFromSQL() - APP/views/helpers/stringer.php, line 139
include - APP/views/battle_reports/view.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86 Na dan ... zaigrali su igru . Kako je birka protekla, pročitajte u nastavku!
Warning (2) : Invalid argument supplied for foreach() [APP/views/battle_reports/view.ctp , line 24 ]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn); $___viewFn = "/home/martin/apps/agram/app/views/battle_reports/view.ctp"
$___dataForView = array(
"lang" => "hrv",
"otherLangs" => array(
"eng"
),
"globalNav" => false,
"breadCrumbs" => null,
"pageContents" => array(),
"userData" => null,
"battleReport" => false,
"contentData" => array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
FormHelper::$params = array
FormHelper::$action = "view"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$theme = NULL
TextHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
TextHelper::$params = array
TextHelper::$action = "view"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
$stringer = StringerHelper
StringerHelper::$helpers = array
StringerHelper::$base = ""
StringerHelper::$webroot = "/"
StringerHelper::$theme = NULL
StringerHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
StringerHelper::$params = array
StringerHelper::$action = "view"
StringerHelper::$plugin = NULL
StringerHelper::$data = NULL
StringerHelper::$namedArgs = NULL
StringerHelper::$argSeparator = NULL
StringerHelper::$validationErrors = NULL
StringerHelper::$tags = array
StringerHelper::$__tainted = NULL
StringerHelper::$__cleaned = NULL
StringerHelper::$Html = HtmlHelper object
StringerHelper::$Link = LinkHelper object
StringerHelper::$Text = TextHelper object
$menu = MenuHelper
MenuHelper::$helpers = array
MenuHelper::$base = ""
MenuHelper::$webroot = "/"
MenuHelper::$theme = NULL
MenuHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
MenuHelper::$params = array
MenuHelper::$action = "view"
MenuHelper::$plugin = NULL
MenuHelper::$data = NULL
MenuHelper::$namedArgs = NULL
MenuHelper::$argSeparator = NULL
MenuHelper::$validationErrors = NULL
MenuHelper::$tags = array
MenuHelper::$__tainted = NULL
MenuHelper::$__cleaned = NULL
MenuHelper::$Link = LinkHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "f9a8355d006790ee743ededbb1f6e3bd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1780612678
SessionHelper::$sessionTime = 1780624678
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
SessionHelper::$params = array
SessionHelper::$action = "view"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
HtmlHelper::$params = array
HtmlHelper::$action = "view"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$link = LinkHelper
LinkHelper::$helpers = array
LinkHelper::$lang = NULL
LinkHelper::$defaultLang = NULL
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/battle_reports/2021/04/28/warcry_battle_report_2_carta_magica"
LinkHelper::$params = array
LinkHelper::$action = "view"
LinkHelper::$plugin = NULL
LinkHelper::$data = NULL
LinkHelper::$namedArgs = NULL
LinkHelper::$argSeparator = NULL
LinkHelper::$validationErrors = NULL
LinkHelper::$tags = array
LinkHelper::$__tainted = NULL
LinkHelper::$__cleaned = NULL
LinkHelper::$Html = HtmlHelper object
LinkHelper::$Session = SessionHelper object
$lang = "hrv"
$otherLangs = array(
"eng"
)
$globalNav = false
$breadCrumbs = null
$pageContents = array()
$userData = null
$battleReport = false
$contentData = array(
"string_hrv" => null,
"string_eng" => null,
"controller" => "battle_reports",
"mask_hrv" => null,
"mask_eng" => null,
"dateCreated" => null
)
$memberString = ""
$dateFought = "..." include - APP/views/battle_reports/view.ctp, line 24
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Najnoviji članci
Radionica bojanja minijatura - 75mm patuljak
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "514"
["member_id"]=>
string(3) "107"
["title_eng"]=>
string(40) "Miniature Painting Workshop - 75mm Dwarf"
["title_hrv"]=>
string(44) "Radionica bojanja minijatura - 75mm patuljak"
["mask_eng"]=>
string(40) "miniature_painting_workshop_-_75mm_dwarf"
["mask_hrv"]=>
string(44) "radionica_bojanja_minijatura_-_75mm_patuljak"
["content_eng"]=>
string(14418) "
On 09-10.05.2026. we held a new weekend miniature painting workshop. This time it was the turn of a dwarf in 75mm scale.
The workshop was held over two days (a whole weekend) and the participants painted a 75mm miniature dwarf. The focus of these lectures was painting various textures - metal, human skin, textiles and leather. Water-based acrylic paints were used in the workshop. For this purpose, the workshop leader, Ivan Knezović, chose a 75mm miniature dwarf from Durgin Paint Forge, sculpted by Carlos Perez Bugedo. The lectures were adapted so that the leader devotes equal time to all participants and can be adapted to all categories of miniaturists (from beginners to slightly more advanced).
The workshop took place as follows:
First, the lecturer sits at his desk and explains and demonstrates each step in painting a miniature/model on his specimen. His work is displayed on a screen via a camera and projector, which the participants listen to, watch, and ask questions about.
Then, the participants sit at their desks and apply the knowledge they have gained. The facilitator circulates among the participants and checks how each participant is doing. This way, he or she can adapt to each participant individually.
The workshop will include the following thematic units:
1. NMM (Non metallic metal)
2. Reflections of ambient colors on metal
3. Steel / gold
4. Face painting (male)
5. Adding vibrancy to the face (filters)
6. Extracting textures from fabric, metal and leather
POWERED BY: Carta Magica , Fireball Figurines , Durgin Paint Forge , Playsupport
"
["content_hrv"]=>
string(14428) "
09-10.05.2026. smo održali novu vikend Radionicu bojanja minijatura. Ovoga puta na redu je bio patuljak u 75mm mjerilu.
Radionica se provodila kroz dva dana (cijeli vikend) i polaznici su bojali 75mm minijaturu patuljka. Fokus ovih predavanja bilo je bojenje raznih tekstura – od metala, ljudske kože, tekstila i kože (leather). U sklopu radionice korištene su akrilne boje na bazi vode. U tu svrhu, voditelj radionice, Ivan Knezović, izabrao je 75 mm minijaturu patuljka tvrtke Durgin Paint Forge, koju je sculptao Carlos Perez Bugedo. Predavanja su prilagođena tako da voditelj posveti jednako vrijeme svim polaznicima i može se prilagoditi svim kategorijama minijaturista (od početnika do malo naprednijih).
Radionica se odvijala na sljedeći način:
Prvo, predavač sjedi za svojim stolom te objašnjava i demonstrira pojedini korak u bojanju minijature/makete na svojem primjerku. Njegov rad se preko kamere i projektora prikazuje na platnu što polaznici slušaju, gledaju, ali i postavljaju pitanja.
Potom, polaznici sjedaju za svoje stolove i primjenjuju stečeno znanje. Voditelj kruži između polaznika i provjerava kako svakom polazniku ide. Na taj način, može se prilagoditi svakom polazniku ponaosob.
Radionica će uključivati sljedeće tematske cjeline:
1. NMM (Non metallic metal)
2. Refleksije boja iz okoline na metalu
3. Čelik / zlato
4. Bojanje lica (muškog)
5. Dodavanje živosti na lice (filteri)
6. Izvlačenje tekstura tkanine, metala i kože (leather)
POWERED BY: Carta Magica , Fireball Figurines , Durgin Paint Forge , Playsupport
"
["created"]=>
string(19) "2026-05-26 11:39:00"
["modified"]=>
string(19) "2026-05-26 11:41:50"
}
["Member"]=>
array(10) {
["id"]=>
string(3) "107"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(5) "Ivan "
["last_name"]=>
string(9) "Knezović"
["first_name_mask"]=>
string(4) "ivan"
["last_name_mask"]=>
string(8) "knezovic"
["username"]=>
string(8) "IvanKlan"
["password"]=>
string(40) "94527877845e989fe51bd34849504967876063aa"
["born"]=>
string(19) "2006-01-01 00:00:00"
["created"]=>
NULL
}
}
Ivan Knezović , 26.05.2026.
Posjetili smo: Festival Svet v Malem 2026 u Pivki u Sloveniji
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "513"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(56) "We visited: Festival Svet v Malem 2026, Pivka, Slovenia "
["title_hrv"]=>
string(61) "Posjetili smo: Festival Svet v Malem 2026 u Pivki u Sloveniji"
["mask_eng"]=>
string(52) "we_visited_festival_svet_v_malem_2026_pivka_slovenia"
["mask_hrv"]=>
string(60) "posjetili_smo_festival_svet_v_malem_2026_u_pivki_u_sloveniji"
["content_eng"]=>
string(3433) "
On May 23, 2026, we participated in the international plastic model making competition Festival Svet v Malem 2026 in Pivka, Slovenia.
The competition is traditionally held at the Military History Park in Pivka.
"
["content_hrv"]=>
string(3434) "
23. svibnja 2026. sudjelovali smo na međunarodnom natjecanju u plastičnom maketarstvu Festival Svet v Malem 2026 u Pivki u Sloveniji.
Natjecanje se tradicionalno održava u Parku vojne povijesti u Pivki.
"
["created"]=>
string(19) "2026-05-26 10:22:52"
["modified"]=>
string(19) "2026-05-26 10:22:52"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "64"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(9) "Krunoslav"
["last_name"]=>
string(8) "Belinić"
["first_name_mask"]=>
string(9) "krunoslav"
["last_name_mask"]=>
string(7) "belinic"
["username"]=>
string(5) "Kruno"
["password"]=>
string(40) "eb3fda45fbec0258e90d809803b10491c548b22f"
["born"]=>
string(19) "2015-01-18 09:19:00"
["created"]=>
string(19) "2015-01-18 09:20:39"
}
}
Krunoslav Belinić , 26.05.2026.
Posjetili smo: KupKA 2026
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "512"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(22) "We visited: KupKA 2026"
["title_hrv"]=>
string(25) "Posjetili smo: KupKA 2026"
["mask_eng"]=>
string(21) "we_visited_kupka_2026"
["mask_hrv"]=>
string(24) "posjetili_smo_kupka_2026"
["content_eng"]=>
string(3642) "
On May 16, 2026, we participated in the international plastic model making competition KupKA held at the Museum of the Homeland War in Karlovac.
The competition was organized by the Slavoljub Penkala Modeling Club from Zagreb.
Thanks to the organizer for an interesting competition, to the judges for some medals, and especially to my colleagues from the Maketarski Club Novi Sad - IPMS Serbia for the medal!
"
["content_hrv"]=>
string(3602) "
16. svibnja 2026. sudjelovali smo na međunarodnom natjecanju u plastičnom maketarstvu KupKA održanom u Muzeju domovinskog rata u Karlovcu.
Natjecanje je organizirao Maketarski klub Slavoljub Penkala iz Zagreba
Hvala organizatoru na zanimljivom natjecanju, sucima na ponešto medalja, a pogotovo kolegama iz Maketarskog Kluba Novi Sad - IPMS Srbija na medalji!
"
["created"]=>
string(19) "2026-05-26 10:14:10"
["modified"]=>
string(19) "2026-05-26 10:14:10"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "35"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(5) "Marko"
["last_name"]=>
string(9) "Paunović"
["first_name_mask"]=>
string(5) "marko"
["last_name_mask"]=>
string(8) "paunovic"
["username"]=>
string(5) "marko"
["password"]=>
string(40) "3bd37b326d19d1880d3b93a4b32e8fb3a90fa122"
["born"]=>
string(19) "2033-03-07 20:35:00"
["created"]=>
string(19) "2009-06-02 20:37:03"
}
}
Marko Paunović , 26.05.2026.
Back to Basics radionice bojenja minijatura za najmlađe u Galeriji i čitaonici VN
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "511"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(38) "Back to Basics Workshops in Gallery VN"
["title_hrv"]=>
string(83) "Back to Basics radionice bojenja minijatura za najmlađe u Galeriji i čitaonici VN"
["mask_eng"]=>
string(38) "back_to_basics_workshops_in_gallery_vn"
["mask_hrv"]=>
string(81) "back_to_basics_radionice_bojenja_minijatura_za_najmlade_u_galeriji_i_citaonici_vn"
["content_eng"]=>
string(6246) "
In May 2026 we held our Back To Basics miniature painting workshops for the youngest in Gallery VN.
The workshops were completely FREE for all participants!
The Back to Basics method is a method of making models and miniatures that focuses on a fun process intended for younger ages, but everyone is welcome! In three separate sessions on Thursdays, participants (aged 7+) painted miniatures of their choice (knight, princess, king, wizard and barbarian).
1st session: Painting miniatures of choice, Thursday, 07.05. - from 18:00 to 19:00
2nd session: Painting a miniature of your choice, Thursday, 14.05. - from 18:00 to 19:00
3rd session: Painting a miniature of your choice, Thursday, 21.05. - from 18:00 to 19:00
"
["content_hrv"]=>
string(7790) "
U svibnju 2026. održali smo naše Back To Basics radionice za najmlađe u Galeriji i čitaonici VN.
Radionice su bile BESPLATNE za sve polaznike!
Back to Basics metoda je metoda izrade maketa i minijatura kojoj je fokus na zabavnom procesu namjenjenom mlađim uzrastima, ali svi su dobrodošli! U tri zasebna termina četvrtkom, polaznici (od 7+) su bojali minijature po izboru (vitez, princeza, kralj, čarobnjak i barbarin).
1. termin: Bojenje minijature po izboru, četvrtak, 07.05. - od 18:00 do 19:00
2. termin: Bojenje minijature po izboru, četvrtak, 14.05. - od 18:00 do 19:00
3. termin: Bojenje minijature po izboru, četvrtak, 21.05. - od 18:00 do 19:00
"
["created"]=>
string(19) "2026-05-26 08:06:32"
["modified"]=>
string(19) "2026-05-26 08:06:32"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "64"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(9) "Krunoslav"
["last_name"]=>
string(8) "Belinić"
["first_name_mask"]=>
string(9) "krunoslav"
["last_name_mask"]=>
string(7) "belinic"
["username"]=>
string(5) "Kruno"
["password"]=>
string(40) "eb3fda45fbec0258e90d809803b10491c548b22f"
["born"]=>
string(19) "2015-01-18 09:19:00"
["created"]=>
string(19) "2015-01-18 09:20:39"
}
}
Krunoslav Belinić , 26.05.2026.
Bojanje lica standardom za tabletop
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "510"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(32) "Painting Faces at Tabletop Level"
["title_hrv"]=>
string(35) "Bojanje lica standardom za tabletop"
["mask_eng"]=>
string(32) "painting_faces_at_tabletop_level"
["mask_hrv"]=>
string(35) "bojanje_lica_standardom_za_tabletop"
["content_eng"]=>
string(4367) "
In this short article, I will describe two ways to paint faces on a so-called tabletop standard. The text follows two versions of the painting. One will use a store-bought wash, and in the second, slightly less contrasting one, I will use a wash that I got from regular paint. This way, the reader can choose which method suits them better.
The first step is to dye the base color.
Left: Since I'm going to use a store-bought wash in this example, I decided to go for a darker shade of skin tone.
Right: In this example, I'm going to use the color as a base for the wash, so I decided to go for a slightly lighter skin tone - and therefore a lighter base color.
The next step is to apply the wash.
Left: I use a regular, store-bought Reikkland Fleshshade wash.
Right: On a drop of the darker skin tone, I add two drops of Lahmian Medium and a drop or two of water. This creates my own wash, which I apply similarly to the example on the left.
Then comes the first highlight.
Left: I apply the base color to the raised parts of the face and thus get the first highlight.
Right: Just like in the example on the left, I use the base color as the first highlight.
Then the second highlight.
Left: I get the second highlight by mixing the base color with a lighter shade.
Right: I follow the same process as on the left, with the caveat that I never use pure white to mix the highlight, it's always an off white – with a minimal amount of some pigment.
The penultimate step is to outline the eyes.
Left: This step is identical in both cases.
Right: I outline the eyes with some off-white paint (to make my life easier, it's usually two lines).
The last step is to add shadows around the mouth and eyes.
Left: In this case, you can use a darker wash like Nuln Oil or Druchi Purple.
Right: I mixed black and purple and added two drops of Lahmian Medium and a drop or two of water to create a darker wash, then applied the mixture to the eye sockets, making sure not to get the wash on the previously drawn eyes.
And the last thing is drawing the pupils – just vertical lines of dark/black color against the horizontal light lines for the eyes.
"
["content_hrv"]=>
string(4347) "
U ovom kratkom članku, opisat ću dva načina za bojanje lica na takozvanom tabletop standardu. Tekst prati dvije verzije bojanja. Jedna će koristiti kupovni wash, a u drugoj, malo manje kontrastnoj koristit ću wash kojeg sam dobio iz obične boje. Na taj način, čitatelj može izabrati koji način mu više odgovara.
Prvi korak je bojanje u osnovnu boju.
Lijevo: s obzirom da ću na ovom primjeru koristiti kupovni wash, odlučio sam se za tamniju nijansu boje kože.
Desno: u ovom primjeru koristit ću boju kao osnovu za wash, tako da sam se odlučio za malo svjetliju nijansu kože – a samim time i svjetliju osnovnu boju.
Sljedeći korak je stavljanje wash-a.
Lijevo: Koristim običan, kupovni Reikkland Fleshshade wash.
Desno: Na kap tamnije nijanse boje kože stavljam dvije kapljice Lahmian Mediuma i kap do dvije vode. Na taj način dobivam vlastiti wash kojeg nanosim slično kao i na lijevom primjeru.
Zatim ide prvi highlight.
Lijevo: Nanosim na izdignute dijelove lica osnovnu boju i na taj način dobivam prvi highlight.
Desno: Jednako kao i u lijevom primjeru, kao prvi highlight koristim osnovnu boju.
Potom drugi highlight.
Lijevo: Drugi highlight dobivam mješajući osnovnu boju s nekom svjetlijom nijansom.
Desno: Pratim isti proces kao i lijevo, uz napomenu da nikada ne koristim čistu bijelu boju za miješanje highlighta, uvijek je to neki off white – s minimalnom količinom nekog pigmenta.
Predzadnji korak je iscrtavanje obrisa očiju.
Lijevo: Ovaj korak je identičan u oba slučaja.
Desno: Nekom off white bojom iscrtam obrise očiju (da si olakšam život, to su najčešće dvije crtice).
Zadnji korak je dodavanje sjena oko ustiju i očiju.
Lijevo: U ovom slučaju, možete koristiti tamniji wash poput Nuln Oil ili Druchi Purple.
Desno: Pomiješao sam crnu i ljubičastu boju te dodao kap dvije Lahmian Mediuma i kad do dvije vode da dobijem tamniji wash te smjesu nanio u očne šupljine pazeći da wash ne dođe na prethodno iscrtane oči.
I zadnja stvar je ucrtavanje zjenica – samo okomite crtice tamne/crne boje u odnosu na horizontalne svijetle crte za oči.
"
["created"]=>
string(19) "2026-05-20 10:46:57"
["modified"]=>
string(19) "2026-05-20 10:46:57"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "35"
["group_id"]=>
string(1) "1"
["first_name"]=>
string(5) "Marko"
["last_name"]=>
string(9) "Paunović"
["first_name_mask"]=>
string(5) "marko"
["last_name_mask"]=>
string(8) "paunovic"
["username"]=>
string(5) "marko"
["password"]=>
string(40) "3bd37b326d19d1880d3b93a4b32e8fb3a90fa122"
["born"]=>
string(19) "2033-03-07 20:35:00"
["created"]=>
string(19) "2009-06-02 20:37:03"
}
}
Marko Paunović , 20.05.2026.
Svi članci
Najnoviji izvještaji s bojišta
Svi izvještaji s bojišta