if (Configure::read() > 0) { include ($___viewFn);
$___viewFn = "/home/martin/apps/agram/app/views/layouts/default.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array(),
array(),
array()
),
"pageContents" => array(),
"userData" => null,
"member" => array(
"Member" => array(),
"Article" => array(),
"BattleReportExperience" => array(),
"Army" => array(),
"Game" => array(),
"Status" => array()
),
"contentData" => array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
),
"content_for_layout" => "<div id="leftColumn">
<h1>Martin Vrkljan</h1>
<p>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-trace').style.display = (document.getElementById('cakeErr1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>291</b>]<div id="cakeErr1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-code').style.display = (document.getElementById('cakeErr1-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-context').style.display = (document.getElementById('cakeErr1-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr1-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Member'</span><span style="color: #007700">][</span><span style="color: #DD0000">'first_name'</span><span style="color: #007700">] .</span><span style="color: #DD0000">' '</span><span style="color: #007700">. </span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Member'</span><span style="color: #007700">][</span><span style="color: #DD0000">'last_name'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></h1>
</span></code>
<code><span style="color: #000000"> <p>
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">__</span><span style="color: #007700">(</span><span style="color: #DD0000">'member_info_1'</span><span style="color: #007700">, </span><span style="color: #0000BB">true</span><span style="color: #007700">) . </span><span style="color: #0000BB">$stringer</span><span style="color: #007700">-></span><span style="color: #0000BB">humanizeList </span><span style="color: #007700">(</span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Status'</span><span style="color: #007700">], </span><span style="color: #DD0000">"name_</span><span style="color: #0000BB">$lang</span><span style="color: #DD0000">"</span><span style="color: #007700">); </span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr1-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "Member",
"name_hrv" => "Član"
)
)
$fieldName = "name_dok"
$emp = ""
$output = ""
$element = array(
"id" => "1",
"name_eng" => "Member",
"name_hrv" => "Član"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 291
include - APP/views/members/view.ctp, line 4
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>member_info_1 </p>
<p>
member_info_2Martinmember_info_3<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-trace').style.display = (document.getElementById('cakeErr2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>297</b>]<div id="cakeErr2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-code').style.display = (document.getElementById('cakeErr2-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-context').style.display = (document.getElementById('cakeErr2-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr2-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> if (count($member['Game'])) {
</span></code>
<code><span style="color: #000000"> echo __('member_info_2', true) . $member['Member']['first_name'] . __('member_info_3', true);
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo $stringer->humanizeList ($member['Game'], "name_$lang", '"');
</span></code></span></pre></div><pre id="cakeErr2-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """"
$element = array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 297
include - APP/views/members/view.ctp, line 10
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('cakeErr3-trace').style.display = (document.getElementById('cakeErr3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>294</b>]<div id="cakeErr3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr3-code').style.display = (document.getElementById('cakeErr3-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr3-context').style.display = (document.getElementById('cakeErr3-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr3-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> if (count($member['Game'])) {
</span></code>
<code><span style="color: #000000"> echo __('member_info_2', true) . $member['Member']['first_name'] . __('member_info_3', true);
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo $stringer->humanizeList ($member['Game'], "name_$lang", '"');
</span></code></span></pre></div><pre id="cakeErr3-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """, """
$element = array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 294
include - APP/views/members/view.ctp, line 10
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>"", "" and ""<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-trace').style.display = (document.getElementById('cakeErr4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/members/view.ctp</b>, line <b>17</b>]<div id="cakeErr4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-code').style.display = (document.getElementById('cakeErr4-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-context').style.display = (document.getElementById('cakeErr4-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr4-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="cakeErr4-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/members/view.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array(),
array(),
array()
),
"pageContents" => array(),
"userData" => null,
"member" => array(
"Member" => array(),
"Article" => array(),
"BattleReportExperience" => array(),
"Army" => array(),
"Game" => array(),
"Status" => array()
),
"contentData" => array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
)
$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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = 1762644332
SessionHelper::$sessionTime = 1762656332
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$pageContents = array()
$userData = null
$member = array(
"Member" => array(
"id" => "32",
"group_id" => "1",
"first_name" => "Martin",
"last_name" => "Vrkljan",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan",
"username" => "martin",
"password" => "*****",
"born" => "2009-05-30 21:29:00",
"created" => "2009-05-30 21:30:15"
),
"Article" => array(
array(),
array(),
array()
),
"BattleReportExperience" => array(),
"Army" => array(
array(),
array(),
array()
),
"Game" => array(
array(),
array(),
array()
),
"Status" => array(
array()
)
)
$contentData = array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
$i = 0</pre><pre class="stack-trace">include - APP/views/members/view.ctp, line 17
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>member_info_5" <span class="armyGame">()</span>", " <span class="armyGame">()</span>" and " <span class="armyGame">()</span>". </p>
</div>
<div id="rightColumn">
<!--<div id="hotStuff">
hot_tournaments<br/></div>-->
<div id="hotSponsor">
</div><h2>latest_articles</h2>
<ul class="latest">
<li>
<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 index: title_dok [<b>APP/views/elements/latestArticles.ctp</b>, line <b>7</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"></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="cakeErr7-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/latestArticles.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$articles = array(
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
)
)
$article = array(
"Article" => array(
"id" => "479",
"member_id" => "35",
"title_eng" => "We attended: ModelMania 2025",
"title_hrv" => "Nastupili smo na: Modelmania 2025",
"mask_eng" => "we_attended_modelmania_2025",
"mask_hrv" => "nastupili_smo_na_modelmania_2025",
"content_eng" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"content_hrv" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show &amp; ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada na&scaron;ih raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS &quot;Agram&quot;.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Na&scaron;i volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strate&scaron;ke igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"created" => "2025-11-05 11:52:52",
"modified" => "2025-11-05 11:52:52"
),
"Member" => array(
"id" => "35",
"group_id" => "1",
"first_name" => "Marko",
"last_name" => "Paunović",
"first_name_mask" => "marko",
"last_name_mask" => "paunovic",
"username" => "marko",
"password" => "*****",
"born" => "2033-03-07 20:35:00",
"created" => "2009-06-02 20:37:03"
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestArticles.ctp, line 7
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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('cakeErr8-trace').style.display = (document.getElementById('cakeErr8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: mask_dok [<b>APP/views/elements/latestArticles.ctp</b>, line <b>10</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/elements/latestArticles.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$articles = array(
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
)
)
$article = array(
"Article" => array(
"id" => "479",
"member_id" => "35",
"title_eng" => "We attended: ModelMania 2025",
"title_hrv" => "Nastupili smo na: Modelmania 2025",
"mask_eng" => "we_attended_modelmania_2025",
"mask_hrv" => "nastupili_smo_na_modelmania_2025",
"content_eng" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"content_hrv" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show &amp; ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada na&scaron;ih raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS &quot;Agram&quot;.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Na&scaron;i volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strate&scaron;ke igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"created" => "2025-11-05 11:52:52",
"modified" => "2025-11-05 11:52:52"
),
"Member" => array(
"id" => "35",
"group_id" => "1",
"first_name" => "Marko",
"last_name" => "Paunović",
"first_name_mask" => "marko",
"last_name_mask" => "paunovic",
"username" => "marko",
"password" => "*****",
"born" => "2033-03-07 20:35:00",
"created" => "2009-06-02 20:37:03"
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestArticles.ctp, line 10
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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="/dok/articles/2025/11/05" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "479"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(28) "We attended: ModelMania 2025"
["title_hrv"]=>
string(33) "Nastupili smo na: Modelmania 2025"
["mask_eng"]=>
string(27) "we_attended_modelmania_2025"
["mask_hrv"]=>
string(32) "nastupili_smo_na_modelmania_2025"
["content_eng"]=>
string(6552) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
"
["content_hrv"]=>
string(7147) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show & ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada naših raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS "Agram".</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Naši volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strateške igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
"
["created"]=>
string(19) "2025-11-05 11:52:52"
["modified"]=>
string(19) "2025-11-05 11:52:52"
}
["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="/dok/members/marko.paunovic">Marko Paunović</a>, 5<span class="superscript">th</span> November 2025</span>
</li>
<li>
<a href="/dok/articles/2025/11/05" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "478"
["member_id"]=>
string(2) "96"
["title_eng"]=>
string(23) "Necropolis Board part 1"
["title_hrv"]=>
string(29) "Tabla za Necropolis – dio 1"
["mask_eng"]=>
string(23) "necropolis_board_part_1"
["mask_hrv"]=>
string(25) "tabla_za_necropolis_dio_1"
["content_eng"]=>
string(4313) "<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" width="600" /> </a></p>
<p>
<em>In October we started with our first board for Necropolis, and with an appropriate theme! – the Eternal Autumn configuration from the Necropolis rulebook. The configuration is such that it only requires 3 trees, which we considered too boring, so instead of one tree, we plan to build a cubic lime kiln and 2 streams.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" width="600" /> </a></p>
<p>
The board is inspired by Hawthorne's story Ethan Brand, where several characters talk about the unforgivable sin (next to a lime kiln in the middle of an American pastoral idyll). Aesthetically, we're aiming for early fall with rural motifs, along with gnarled trees (ala Burton's Sleepy Hollow) and a few pumpkins.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" width="600" /> </a></p>
<p>
For now, we are very far from any aesthetic choices because we have dealt with the basic structure of the board: the housing is made of pine glued boards for the floor and pine profiles for the sides. After we glued everything with Drvofix, the entire housing was finely sanded. The size of the Styrodur board that fits into the housing is 40cmx40cmx2cm (Necropolis standard is 16"x16").</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" width="600" /> </a></p>
<p>
The placement of the stream itself was difficult to choose due to the peculiar, angular deployment in Necropolis, so we used token strings to try out a few potential streams that would least interfere with the game. Although we planned to keep our forest streams shallow, we still carved channels with a scalpel and a rotary multitool and coated the beds with diluted texture paste. While the paste dried, we added various sizes of pebbles and created a transition across the stream with larger pebbles.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" width="600" /> </a></p>
<p>
The trees are actually real mangroves, so they have natural knots and twists. To add a Sleepy Hollow feel, we hollowed out a few holes in the wood to house the greenstuff faces. We propped up one tree with pieces of pine bark so it wouldn't lean too much and interfere with play.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" width="600" /> </a></p>
<p>
The next step is to cover the entire board with a mixture of gypsum and sand and make the stove itself.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" width="600" /> </a></p>
"
["content_hrv"]=>
string(4295) "<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" width="600" /> </a></p>
<p>
<em>U listopadu smo započeli s našim prvim boardom za Necropolis, i to s primjerenom tematikom! – Eternal Autumn konfiguracijom iz Necropolis rulebooka. Konfiguracija je takva da nalaže samo 3 stabla, što smo smatrali predosadnim te umjesto jednog stabla kanimo izraditi kockastu vapnenu peć i 2 potoka.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" width="600" /> </a></p>
<p>
Board je inspiriran Hawthorneovom pričom Ethan Brand, gdje nekoliko likova priča o neoprostivom grijehu (pored vapnare usred američke pastoralne idile). Estetski ciljamo na ranu jesen s ruralnim motivima, uz kvrgava stabla (ala Burtonov Sleepy Hollow) i nekoliko bundeva.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" width="600" /> </a></p>
<p>
Za sada smo jako daleko od ikakvih estetskih odabira jer smo se nosili s osnovnom građom boarda: kućište je napravljeno od borovih lijepljenih dasaka za podni dio i borovih profila za bočne strane. Nakon što smo sve zalijepili drvofixom, cijelo kućište je fino izbrušeno. Veličina stirodur ploče koja sjeda u kućište je 40cmx40cmx2cm (Necropolis standard je 16“x16“).</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" width="600" /> </a></p>
<p>
Sami smještaj potoka bilo je teško odabrati zbog osebujnog, kutnog deploymenta u Necropolisu pa smo koristili nizove tokena da isprobamo nekoliko potencijalnih tokova koji bi najmanje ometali igru. Iako planiramo da nam šumski potoci budu plitki, i dalje smo skalpelom i rotirajućim multitoolom izrezbarili kanale i premazali korita razrijeđenom teksturnom pastom. Dok se pasta sušila, ubacili smo razne veličine kamenčića i uspostavili prijelaz preko potoka većim kamenčićima.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" width="600" /> </a></p>
<p>
Stabla su zapravo pravo mangrovo drvo, tako da ima prirodne kvrge i zavijutke. Kako bismo dodali sleepy hollow šmek, izdubili smo nekolika rupa u drvu gdje bismo smjestili greenstuff lica. Jedno smo drvo poduprli s komadima borove kore kako ne bi bilo previše nagnuti i ometalo igru.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" width="600" /> </a></p>
<p>
Sljedeći korak je prekrivanje cijelog boarda smjesom gipsa i pijeska te izrada same peći.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" width="600" /> </a></p>
"
["created"]=>
string(19) "2025-11-05 11:09:46"
["modified"]=>
string(19) "2025-11-05 11:09:46"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "96"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(6) "Antoni"
["last_name"]=>
string(10) "Pastuović"
["first_name_mask"]=>
string(6) "antoni"
["last_name_mask"]=>
string(9) "pastuovic"
["username"]=>
string(6) "antoni"
["password"]=>
string(40) "5dfa823ee30df1936c1792d4c8348a4bcf4c64e2"
["born"]=>
string(19) "2005-04-04 18:52:00"
["created"]=>
string(19) "2019-04-04 18:53:09"
}
}
</pre>
<a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a>, 5<span class="superscript">th</span> November 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/30" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "477"
["member_id"]=>
string(2) "56"
["title_eng"]=>
string(44) "WE ATTENDED: AmuletD20 Grand Tournament 2025"
["title_hrv"]=>
string(50) "NASTUPILI SMO NA: AmuletD20 Grand Tournament 2025"
["mask_eng"]=>
string(43) "we_attended_amuletd20_grand_tournament_2025"
["mask_hrv"]=>
string(48) "nastupili_smo_na_amuletd20_grand_tournament_2025"
["content_eng"]=>
string(8348) "<p>
<em>In early October I had the opportunity to visit my neighbors from the Amuletd20 association. This time it wasn't an artsy Turnip28 event, but a huge tournament in AOS and Conquest games.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" width="600" /> </a></p>
<p>
Besides the main event, there were tables playing Kings of War, as well as Warhammer: The Old World, where I came with my Chaos Dwarfs.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg" width="600" /> </a></p>
<p>
Unfortunately, I think TOW was the least represented with four players, but this little community was wonderful! Players helped each other with the rules and the games were very friendly. In addition to my choirs, there was also an army of High Elves at the event, as well as two armies of Brettons.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg
" width="600" /> </a></p>
<p>
I spent my event fighting the noble knights of Brettonia, and I believe that my dwarves were helped by the atypical mobility obtained from the monsters (Wyverna, Lammasu and Bale Taurus) accompanied by the antithesis of HŽ (Iron Daemon) and a spell that increased the infantry's mobility.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" width="600" /> </a></p>
<p>
The Kings of War tables were much more dynamic, with more players, more games, and the waxes themselves were far more diverse. I'm glad that the tables were close so I had the opportunity to hang out with the hosts Luka and Vane.. It was definitely a surprise when our Mario visited us and hung out with us.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" width="600" /> </a></p>
<p>
I managed to find enough time to walk around the rest of the event - and it was impressive to see so many players in one place. Amuletd20 really did a phenomenal job for their first event.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg
" width="600" /> </a></p>
<p>
After the event, we went to the association's premises to socialize a little more. And, if you're curious about what it was like there, come to the next Amulet event yourself, you certainly won't regret it.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" width="600" /> </a></p>
<p>
P.S. Many thanks to Luka, Vana and Mita for the invitation and hospitality!</p>
"
["content_hrv"]=>
string(8319) "<p>
<em>Početkom listopada imao sam priliku posjetiti susjede iz udruge Amuletd20. Ovog puta nije bio artsy Turnip28 event, nego ogroman turnir u AOS i Conquest igrama.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" width="600" /> </a></p>
<p>
Osim main eventa, bilo je stolova na kojima se igralo i Kings of War, kao i Warhammer: The Old World gdje sam došao sa svojim Chaos Dwarfovima.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg" width="600" /> </a></p>
<p>
Nažalost, mislim da je TOW bio najslabije zastupljen s četiri igrača, ali je ovaj mali community bio divan! Igrači su si međusobno pomagali s pravilima i partije su bile jako Friendly, Uz moje chorfove, na eventu je bila i jedna vojska High Elfova, kao i dvije vojske Brettonaca.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg
" width="600" /> </a></p>
<p>
Svoj event proveo sam boreći se plemenitim vitezovima Brettonie, a vjerujem da je mojim patuljcima pomogla netipična mobilnost dobivena čudovištima (Wyverna, Lammasu i Bale Taurus) u pratnji antiteze HŽ-a (Iron Daemon) i čarolije koja je pješadiji povećavala mobilnost.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" width="600" /> </a></p>
<p>
Na Kings of War stolovima bilo je znatno dinamičnije, više igrača, više partija, a i same vosjke su bile daleko raznolikije. Drago mi je da su stolovi bili blizu pa sam imao priliku družiti se s domaćinima Lukom i Vaneom.. Definitivno iznenađenje je bilo kad nas je naš Mario posjetio i podružio se s nama.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" width="600" /> </a></p>
<p>
Uspio sam uhvatiti dovoljno vremena da prošećem i ostatkom eventa - i bilo je impresivno vidjeti toliko igrača na istom mjestu. Amuletd20 je zaista odradio fenomenalan posao za prvi event koji organiziraju.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg
" width="600" /> </a></p>
<p>
Nakon eventa, otišli smo do prostora udruge podružiti se još malo. A, ako vas zanima kako je tamo bilo, dođite i sami na idući Amuletov event, sigurno nećete požaliti.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" width="600" /> </a></p>
<p>
P.S. Veliko hvala Luki, Vani i Miti na pozivu i gostoprimstvu!</p>
"
["created"]=>
string(19) "2025-10-30 12:47:37"
["modified"]=>
string(19) "2025-10-30 12:47:37"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "56"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(7) "Domagoj"
["last_name"]=>
string(5) "Krpan"
["first_name_mask"]=>
string(7) "domagoj"
["last_name_mask"]=>
string(5) "krpan"
["username"]=>
string(7) "Domagoj"
["password"]=>
string(40) "fbad52c567fc2f837e1625e28f8b6c4aaa707d8a"
["born"]=>
string(19) "2035-05-07 22:33:00"
["created"]=>
string(19) "2014-05-07 22:33:57"
}
}
</pre>
<a href="/dok/members/domagoj.krpan">Domagoj Krpan</a>, 30<span class="superscript">th</span> October 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/13" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "476"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(47) "Back to Basics Workshops in Medveščak Library"
["title_hrv"]=>
string(68) "Back to Basics radionice bojanja minijatura u Knjižnici Medveščak"
["mask_eng"]=>
string(45) "back_to_basics_workshops_in_medvescak_library"
["mask_hrv"]=>
string(65) "back_to_basics_radionice_bojanja_minijatura_u_knjiznici_medvescak"
["content_eng"]=>
string(5094) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" width="600" /></a></p>
<p>
During October and November, we held our Back to Basics miniature painting workshops for the youngest at the Zagreb City Libraries.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" width="600" /></a></p>
<p>
The first set of three workshops was held in the Youth Department of the Medveščak Library on October 2, 9 and 11, 2025.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" width="600" /></a></p>
<p>
During the workshops, our youngest participants painted chibi figures from the UMS Agram line and made a castle from upcycled materials.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" width="600" /></a></p>
<p>
More photos can be found on our <a href="https://www.facebook.com/UmsAgram/posts/pfbid0mDuBzjaL5Pi8T28QrPodFXHkUrbwhJ9icKEgZehEtcNuh5E2QaFNNiGtqnxkHgTUl">social media</a>.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(5118) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" width="600" /></a></p>
<p>
Tijekom listopada i studenog u Knjižnicama Grada Zagreba smo održali naše Back to Basics radionice bojanja minijatura za najmlađe. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" width="600" /></a></p>
<p>
Prvi set od tri radionice održan je u Odjelu za mlade Knjižnice Medveščak 2., 9. i 11.10.2025. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" width="600" /></a></p>
<p>
Tijekom radionica naši najmlađi polaznici su bojali chibi figure iz linije UMS Agram te izrađivali dvorac od upcycle materijala.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" width="600" /></a></p>
<p>
Više fotografija potražite na našim <a href="https://www.facebook.com/UmsAgram/posts/pfbid0mDuBzjaL5Pi8T28QrPodFXHkUrbwhJ9icKEgZehEtcNuh5E2QaFNNiGtqnxkHgTUl">socijalnim mrežama</a>!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2025-10-13 09:20:17"
["modified"]=>
string(19) "2025-10-13 09:20:17"
}
["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="/dok/members/krunoslav.belinic">Krunoslav Belinić</a>, 13<span class="superscript">th</span> October 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/13" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "475"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(22) "Gaslands - Tutorial II"
["title_hrv"]=>
string(37) "Gaslands - bojanje autića - nastavak"
["mask_eng"]=>
string(22) "gaslands_-_tutorial_ii"
["mask_hrv"]=>
string(36) "gaslands_-_bojanje_autica_-_nastavak"
["content_eng"]=>
string(5350) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" width="600" /></a></p>
<p>
In this article I will briefly describe how I painted another set of three cars for Gaslands. Same as last time, I started with a black undercoat.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" width="600" /></a></p>
<p>
As I decided to keep the colour of the vehicles matt black, I left it at that and proceeded to paint the windshields. Using much the same method I used for the yellow crew, I applied the chosen paint scheme. Unlike blue windshields with the yellow crew, here I decided to use the yellow/red combo.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" width="600" /></a></p>
<p>
I then added chrome.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" width="600" /></a></p>
<p>
In the end, I added metallic details such as guns etc.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" width="600" /></a></p>
<p>
It was time to add the decals. I first painted all the surfaces with gloss varnish. Then I added the decals and after they set properly, I covered everything with Ultra Matt Varnish..</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" width="600" /></a></p>
<p>
And thus ended the painting process.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" width="600" /></a></p>
<p>
<strong>GALLERY OF THE TWO FINISHED CREWS</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(5419) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" width="600" /></a></p>
<p>
U ovom ću članku opisati kako sam obojao drugi set od tri autića za Gaslands demo partije. Kao i prošli puta, krenuo sam s crnim undercoatom. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" width="600" /></a></p>
<p>
S obzirom da sam odlučio da ovaj crew bude mat crn, farbanje karoserija sam tu prekinuo i počeo sam sa staklima. Slično kao i prošli put, koristio sam sličnu shemu, ali u drugim bojama. Za razliku od plavih refleksija na žutim autima, na crnima sam se odlučio za žuto/crvenu kombinaciju. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" width="600" /></a></p>
<p>
Dodao sam krom.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" width="600" /></a></p>
<p>
I na kraju dodao metalne dijelove poput oružja.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" width="600" /></a></p>
<p>
Na ovim autima, odlučio sam dodati i naljepnice. Prvo sam na površine s naljepnicama stavio gloss lak. Potom sam postavio naljepnicce i nakon što su se dobro osušile sam te iste površine prekrio mat lakom. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" width="600" /></a></p>
<p>
Time sam završio posao...</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" width="600" /></a></p>
<p>
<strong>GALERIJA ZAVRŠENIH RADOVA!</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2025-10-13 07:21:57"
["modified"]=>
string(19) "2025-10-13 07:21: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="/dok/members/marko.paunovic">Marko Paunović</a>, 13<span class="superscript">th</span> October 2025</span>
</li>
</ul>
<p><a href="/dok/articles">more_articles</a></p>
<h2>latest_battle_reports</h2>
<ul class="latest">
<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: title_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>8</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 8
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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: mask_dok [<b>APP/views/elements/latestBattleReports.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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.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/home/index.ctp, line 50
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="/dok/battle_reports/2025/03/10" class="readMore"></a> <span class="details">
<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: name_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>26</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and "
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T&#39;au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton&#39;s Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives &ndash; all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T&#39;au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van na&scaron;ih deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca &ndash; svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, &scaron;to je operativcima nudilo Vantage point &ndash; mogućnost da jednu hit-kockicu zadrže kao uspje&scaron;nu, a bu&scaron;otina u samom centru, visoka 4 inča, nudi jo&scaron; bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 26
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>29</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and <a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a> ()"
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T&#39;au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton&#39;s Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives &ndash; all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T&#39;au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van na&scaron;ih deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca &ndash; svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, &scaron;to je operativcima nudilo Vantage point &ndash; mogućnost da jednu hit-kockicu zadrže kao uspje&scaron;nu, a bu&scaron;otina u samom centru, visoka 4 inča, nudi jo&scaron; bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)
$dateFought = "28<span class="superscript">th</span> February 2025"</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 29
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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>28<span class="superscript">th</span> February 2025, , and <a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a> () </span>
</li>
<li>
<a href="/dok/battle_reports/2022/05/09" class="readMore"></a> <span class="details">
22<span class="superscript">nd</span> April 2022, , <a href="/dok/members/borna.plese">Borna Pleše</a> () and <a href="/dok/members/kristijan.kliska">Kristijan Kliska</a> () </span>
</li>
<li>
<a href="/dok/battle_reports/2021/11/26" class="readMore"></a> <span class="details">
17<span class="superscript">th</span> November 2021, , and <a href="/dok/members/nino.marasovic">Nino Marasović</a> () </span>
</li>
</ul>
<p><a href="/dok/battle_reports">more_battle_reports</a></p> <div class="fb-like-box" style="background: white; margin-top: 1em; border-bottom: 1px solid #AAA;" data-href="http://www.facebook.com/UmsAgram" data-width="260" data-show-faces="true" data-stream="true" data-header="true"></div></div>",
"scripts_for_layout" => "",
"title_for_layout" => "Members",
"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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = 1762644332
SessionHelper::$sessionTime = 1762656332
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$pageContents = array()
$userData = null
$member = array(
"Member" => array(
"id" => "32",
"group_id" => "1",
"first_name" => "Martin",
"last_name" => "Vrkljan",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan",
"username" => "martin",
"password" => "*****",
"born" => "2009-05-30 21:29:00",
"created" => "2009-05-30 21:30:15"
),
"Article" => array(
array(),
array(),
array()
),
"BattleReportExperience" => array(),
"Army" => array(
array(),
array(),
array()
),
"Game" => array(
array(),
array(),
array()
),
"Status" => array(
array()
)
)
$contentData = array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
$content_for_layout = "<div id="leftColumn">
<h1>Martin Vrkljan</h1>
<p>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-trace').style.display = (document.getElementById('cakeErr1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>291</b>]<div id="cakeErr1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-code').style.display = (document.getElementById('cakeErr1-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-context').style.display = (document.getElementById('cakeErr1-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr1-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Member'</span><span style="color: #007700">][</span><span style="color: #DD0000">'first_name'</span><span style="color: #007700">] .</span><span style="color: #DD0000">' '</span><span style="color: #007700">. </span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Member'</span><span style="color: #007700">][</span><span style="color: #DD0000">'last_name'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></h1>
</span></code>
<code><span style="color: #000000"> <p>
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">__</span><span style="color: #007700">(</span><span style="color: #DD0000">'member_info_1'</span><span style="color: #007700">, </span><span style="color: #0000BB">true</span><span style="color: #007700">) . </span><span style="color: #0000BB">$stringer</span><span style="color: #007700">-></span><span style="color: #0000BB">humanizeList </span><span style="color: #007700">(</span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Status'</span><span style="color: #007700">], </span><span style="color: #DD0000">"name_</span><span style="color: #0000BB">$lang</span><span style="color: #DD0000">"</span><span style="color: #007700">); </span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr1-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "Member",
"name_hrv" => "Član"
)
)
$fieldName = "name_dok"
$emp = ""
$output = ""
$element = array(
"id" => "1",
"name_eng" => "Member",
"name_hrv" => "Član"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 291
include - APP/views/members/view.ctp, line 4
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>member_info_1 </p>
<p>
member_info_2Martinmember_info_3<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-trace').style.display = (document.getElementById('cakeErr2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>297</b>]<div id="cakeErr2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-code').style.display = (document.getElementById('cakeErr2-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-context').style.display = (document.getElementById('cakeErr2-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr2-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> if (count($member['Game'])) {
</span></code>
<code><span style="color: #000000"> echo __('member_info_2', true) . $member['Member']['first_name'] . __('member_info_3', true);
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo $stringer->humanizeList ($member['Game'], "name_$lang", '"');
</span></code></span></pre></div><pre id="cakeErr2-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """"
$element = array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 297
include - APP/views/members/view.ctp, line 10
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('cakeErr3-trace').style.display = (document.getElementById('cakeErr3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>294</b>]<div id="cakeErr3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr3-code').style.display = (document.getElementById('cakeErr3-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr3-context').style.display = (document.getElementById('cakeErr3-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr3-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> if (count($member['Game'])) {
</span></code>
<code><span style="color: #000000"> echo __('member_info_2', true) . $member['Member']['first_name'] . __('member_info_3', true);
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo $stringer->humanizeList ($member['Game'], "name_$lang", '"');
</span></code></span></pre></div><pre id="cakeErr3-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """, """
$element = array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 294
include - APP/views/members/view.ctp, line 10
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>"", "" and ""<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-trace').style.display = (document.getElementById('cakeErr4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/members/view.ctp</b>, line <b>17</b>]<div id="cakeErr4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-code').style.display = (document.getElementById('cakeErr4-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-context').style.display = (document.getElementById('cakeErr4-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr4-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="cakeErr4-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/members/view.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array(),
array(),
array()
),
"pageContents" => array(),
"userData" => null,
"member" => array(
"Member" => array(),
"Article" => array(),
"BattleReportExperience" => array(),
"Army" => array(),
"Game" => array(),
"Status" => array()
),
"contentData" => array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
)
$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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = 1762644332
SessionHelper::$sessionTime = 1762656332
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$pageContents = array()
$userData = null
$member = array(
"Member" => array(
"id" => "32",
"group_id" => "1",
"first_name" => "Martin",
"last_name" => "Vrkljan",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan",
"username" => "martin",
"password" => "*****",
"born" => "2009-05-30 21:29:00",
"created" => "2009-05-30 21:30:15"
),
"Article" => array(
array(),
array(),
array()
),
"BattleReportExperience" => array(),
"Army" => array(
array(),
array(),
array()
),
"Game" => array(
array(),
array(),
array()
),
"Status" => array(
array()
)
)
$contentData = array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
$i = 0</pre><pre class="stack-trace">include - APP/views/members/view.ctp, line 17
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>member_info_5" <span class="armyGame">()</span>", " <span class="armyGame">()</span>" and " <span class="armyGame">()</span>". </p>
</div>
<div id="rightColumn">
<!--<div id="hotStuff">
hot_tournaments<br/></div>-->
<div id="hotSponsor">
</div><h2>latest_articles</h2>
<ul class="latest">
<li>
<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 index: title_dok [<b>APP/views/elements/latestArticles.ctp</b>, line <b>7</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"></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="cakeErr7-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/latestArticles.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$articles = array(
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
)
)
$article = array(
"Article" => array(
"id" => "479",
"member_id" => "35",
"title_eng" => "We attended: ModelMania 2025",
"title_hrv" => "Nastupili smo na: Modelmania 2025",
"mask_eng" => "we_attended_modelmania_2025",
"mask_hrv" => "nastupili_smo_na_modelmania_2025",
"content_eng" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"content_hrv" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show &amp; ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada na&scaron;ih raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS &quot;Agram&quot;.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Na&scaron;i volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strate&scaron;ke igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"created" => "2025-11-05 11:52:52",
"modified" => "2025-11-05 11:52:52"
),
"Member" => array(
"id" => "35",
"group_id" => "1",
"first_name" => "Marko",
"last_name" => "Paunović",
"first_name_mask" => "marko",
"last_name_mask" => "paunovic",
"username" => "marko",
"password" => "*****",
"born" => "2033-03-07 20:35:00",
"created" => "2009-06-02 20:37:03"
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestArticles.ctp, line 7
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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('cakeErr8-trace').style.display = (document.getElementById('cakeErr8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: mask_dok [<b>APP/views/elements/latestArticles.ctp</b>, line <b>10</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/elements/latestArticles.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$articles = array(
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
)
)
$article = array(
"Article" => array(
"id" => "479",
"member_id" => "35",
"title_eng" => "We attended: ModelMania 2025",
"title_hrv" => "Nastupili smo na: Modelmania 2025",
"mask_eng" => "we_attended_modelmania_2025",
"mask_hrv" => "nastupili_smo_na_modelmania_2025",
"content_eng" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"content_hrv" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show &amp; ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada na&scaron;ih raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS &quot;Agram&quot;.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Na&scaron;i volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strate&scaron;ke igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"created" => "2025-11-05 11:52:52",
"modified" => "2025-11-05 11:52:52"
),
"Member" => array(
"id" => "35",
"group_id" => "1",
"first_name" => "Marko",
"last_name" => "Paunović",
"first_name_mask" => "marko",
"last_name_mask" => "paunovic",
"username" => "marko",
"password" => "*****",
"born" => "2033-03-07 20:35:00",
"created" => "2009-06-02 20:37:03"
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestArticles.ctp, line 10
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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="/dok/articles/2025/11/05" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "479"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(28) "We attended: ModelMania 2025"
["title_hrv"]=>
string(33) "Nastupili smo na: Modelmania 2025"
["mask_eng"]=>
string(27) "we_attended_modelmania_2025"
["mask_hrv"]=>
string(32) "nastupili_smo_na_modelmania_2025"
["content_eng"]=>
string(6552) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
"
["content_hrv"]=>
string(7147) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show & ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada naših raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS "Agram".</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Naši volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strateške igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
"
["created"]=>
string(19) "2025-11-05 11:52:52"
["modified"]=>
string(19) "2025-11-05 11:52:52"
}
["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="/dok/members/marko.paunovic">Marko Paunović</a>, 5<span class="superscript">th</span> November 2025</span>
</li>
<li>
<a href="/dok/articles/2025/11/05" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "478"
["member_id"]=>
string(2) "96"
["title_eng"]=>
string(23) "Necropolis Board part 1"
["title_hrv"]=>
string(29) "Tabla za Necropolis – dio 1"
["mask_eng"]=>
string(23) "necropolis_board_part_1"
["mask_hrv"]=>
string(25) "tabla_za_necropolis_dio_1"
["content_eng"]=>
string(4313) "<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" width="600" /> </a></p>
<p>
<em>In October we started with our first board for Necropolis, and with an appropriate theme! – the Eternal Autumn configuration from the Necropolis rulebook. The configuration is such that it only requires 3 trees, which we considered too boring, so instead of one tree, we plan to build a cubic lime kiln and 2 streams.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" width="600" /> </a></p>
<p>
The board is inspired by Hawthorne's story Ethan Brand, where several characters talk about the unforgivable sin (next to a lime kiln in the middle of an American pastoral idyll). Aesthetically, we're aiming for early fall with rural motifs, along with gnarled trees (ala Burton's Sleepy Hollow) and a few pumpkins.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" width="600" /> </a></p>
<p>
For now, we are very far from any aesthetic choices because we have dealt with the basic structure of the board: the housing is made of pine glued boards for the floor and pine profiles for the sides. After we glued everything with Drvofix, the entire housing was finely sanded. The size of the Styrodur board that fits into the housing is 40cmx40cmx2cm (Necropolis standard is 16"x16").</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" width="600" /> </a></p>
<p>
The placement of the stream itself was difficult to choose due to the peculiar, angular deployment in Necropolis, so we used token strings to try out a few potential streams that would least interfere with the game. Although we planned to keep our forest streams shallow, we still carved channels with a scalpel and a rotary multitool and coated the beds with diluted texture paste. While the paste dried, we added various sizes of pebbles and created a transition across the stream with larger pebbles.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" width="600" /> </a></p>
<p>
The trees are actually real mangroves, so they have natural knots and twists. To add a Sleepy Hollow feel, we hollowed out a few holes in the wood to house the greenstuff faces. We propped up one tree with pieces of pine bark so it wouldn't lean too much and interfere with play.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" width="600" /> </a></p>
<p>
The next step is to cover the entire board with a mixture of gypsum and sand and make the stove itself.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" width="600" /> </a></p>
"
["content_hrv"]=>
string(4295) "<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" width="600" /> </a></p>
<p>
<em>U listopadu smo započeli s našim prvim boardom za Necropolis, i to s primjerenom tematikom! – Eternal Autumn konfiguracijom iz Necropolis rulebooka. Konfiguracija je takva da nalaže samo 3 stabla, što smo smatrali predosadnim te umjesto jednog stabla kanimo izraditi kockastu vapnenu peć i 2 potoka.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" width="600" /> </a></p>
<p>
Board je inspiriran Hawthorneovom pričom Ethan Brand, gdje nekoliko likova priča o neoprostivom grijehu (pored vapnare usred američke pastoralne idile). Estetski ciljamo na ranu jesen s ruralnim motivima, uz kvrgava stabla (ala Burtonov Sleepy Hollow) i nekoliko bundeva.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" width="600" /> </a></p>
<p>
Za sada smo jako daleko od ikakvih estetskih odabira jer smo se nosili s osnovnom građom boarda: kućište je napravljeno od borovih lijepljenih dasaka za podni dio i borovih profila za bočne strane. Nakon što smo sve zalijepili drvofixom, cijelo kućište je fino izbrušeno. Veličina stirodur ploče koja sjeda u kućište je 40cmx40cmx2cm (Necropolis standard je 16“x16“).</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" width="600" /> </a></p>
<p>
Sami smještaj potoka bilo je teško odabrati zbog osebujnog, kutnog deploymenta u Necropolisu pa smo koristili nizove tokena da isprobamo nekoliko potencijalnih tokova koji bi najmanje ometali igru. Iako planiramo da nam šumski potoci budu plitki, i dalje smo skalpelom i rotirajućim multitoolom izrezbarili kanale i premazali korita razrijeđenom teksturnom pastom. Dok se pasta sušila, ubacili smo razne veličine kamenčića i uspostavili prijelaz preko potoka većim kamenčićima.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" width="600" /> </a></p>
<p>
Stabla su zapravo pravo mangrovo drvo, tako da ima prirodne kvrge i zavijutke. Kako bismo dodali sleepy hollow šmek, izdubili smo nekolika rupa u drvu gdje bismo smjestili greenstuff lica. Jedno smo drvo poduprli s komadima borove kore kako ne bi bilo previše nagnuti i ometalo igru.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" width="600" /> </a></p>
<p>
Sljedeći korak je prekrivanje cijelog boarda smjesom gipsa i pijeska te izrada same peći.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" width="600" /> </a></p>
"
["created"]=>
string(19) "2025-11-05 11:09:46"
["modified"]=>
string(19) "2025-11-05 11:09:46"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "96"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(6) "Antoni"
["last_name"]=>
string(10) "Pastuović"
["first_name_mask"]=>
string(6) "antoni"
["last_name_mask"]=>
string(9) "pastuovic"
["username"]=>
string(6) "antoni"
["password"]=>
string(40) "5dfa823ee30df1936c1792d4c8348a4bcf4c64e2"
["born"]=>
string(19) "2005-04-04 18:52:00"
["created"]=>
string(19) "2019-04-04 18:53:09"
}
}
</pre>
<a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a>, 5<span class="superscript">th</span> November 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/30" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "477"
["member_id"]=>
string(2) "56"
["title_eng"]=>
string(44) "WE ATTENDED: AmuletD20 Grand Tournament 2025"
["title_hrv"]=>
string(50) "NASTUPILI SMO NA: AmuletD20 Grand Tournament 2025"
["mask_eng"]=>
string(43) "we_attended_amuletd20_grand_tournament_2025"
["mask_hrv"]=>
string(48) "nastupili_smo_na_amuletd20_grand_tournament_2025"
["content_eng"]=>
string(8348) "<p>
<em>In early October I had the opportunity to visit my neighbors from the Amuletd20 association. This time it wasn't an artsy Turnip28 event, but a huge tournament in AOS and Conquest games.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" width="600" /> </a></p>
<p>
Besides the main event, there were tables playing Kings of War, as well as Warhammer: The Old World, where I came with my Chaos Dwarfs.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg" width="600" /> </a></p>
<p>
Unfortunately, I think TOW was the least represented with four players, but this little community was wonderful! Players helped each other with the rules and the games were very friendly. In addition to my choirs, there was also an army of High Elves at the event, as well as two armies of Brettons.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg
" width="600" /> </a></p>
<p>
I spent my event fighting the noble knights of Brettonia, and I believe that my dwarves were helped by the atypical mobility obtained from the monsters (Wyverna, Lammasu and Bale Taurus) accompanied by the antithesis of HŽ (Iron Daemon) and a spell that increased the infantry's mobility.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" width="600" /> </a></p>
<p>
The Kings of War tables were much more dynamic, with more players, more games, and the waxes themselves were far more diverse. I'm glad that the tables were close so I had the opportunity to hang out with the hosts Luka and Vane.. It was definitely a surprise when our Mario visited us and hung out with us.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" width="600" /> </a></p>
<p>
I managed to find enough time to walk around the rest of the event - and it was impressive to see so many players in one place. Amuletd20 really did a phenomenal job for their first event.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg
" width="600" /> </a></p>
<p>
After the event, we went to the association's premises to socialize a little more. And, if you're curious about what it was like there, come to the next Amulet event yourself, you certainly won't regret it.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" width="600" /> </a></p>
<p>
P.S. Many thanks to Luka, Vana and Mita for the invitation and hospitality!</p>
"
["content_hrv"]=>
string(8319) "<p>
<em>Početkom listopada imao sam priliku posjetiti susjede iz udruge Amuletd20. Ovog puta nije bio artsy Turnip28 event, nego ogroman turnir u AOS i Conquest igrama.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" width="600" /> </a></p>
<p>
Osim main eventa, bilo je stolova na kojima se igralo i Kings of War, kao i Warhammer: The Old World gdje sam došao sa svojim Chaos Dwarfovima.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg" width="600" /> </a></p>
<p>
Nažalost, mislim da je TOW bio najslabije zastupljen s četiri igrača, ali je ovaj mali community bio divan! Igrači su si međusobno pomagali s pravilima i partije su bile jako Friendly, Uz moje chorfove, na eventu je bila i jedna vojska High Elfova, kao i dvije vojske Brettonaca.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg
" width="600" /> </a></p>
<p>
Svoj event proveo sam boreći se plemenitim vitezovima Brettonie, a vjerujem da je mojim patuljcima pomogla netipična mobilnost dobivena čudovištima (Wyverna, Lammasu i Bale Taurus) u pratnji antiteze HŽ-a (Iron Daemon) i čarolije koja je pješadiji povećavala mobilnost.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" width="600" /> </a></p>
<p>
Na Kings of War stolovima bilo je znatno dinamičnije, više igrača, više partija, a i same vosjke su bile daleko raznolikije. Drago mi je da su stolovi bili blizu pa sam imao priliku družiti se s domaćinima Lukom i Vaneom.. Definitivno iznenađenje je bilo kad nas je naš Mario posjetio i podružio se s nama.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" width="600" /> </a></p>
<p>
Uspio sam uhvatiti dovoljno vremena da prošećem i ostatkom eventa - i bilo je impresivno vidjeti toliko igrača na istom mjestu. Amuletd20 je zaista odradio fenomenalan posao za prvi event koji organiziraju.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg
" width="600" /> </a></p>
<p>
Nakon eventa, otišli smo do prostora udruge podružiti se još malo. A, ako vas zanima kako je tamo bilo, dođite i sami na idući Amuletov event, sigurno nećete požaliti.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" width="600" /> </a></p>
<p>
P.S. Veliko hvala Luki, Vani i Miti na pozivu i gostoprimstvu!</p>
"
["created"]=>
string(19) "2025-10-30 12:47:37"
["modified"]=>
string(19) "2025-10-30 12:47:37"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "56"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(7) "Domagoj"
["last_name"]=>
string(5) "Krpan"
["first_name_mask"]=>
string(7) "domagoj"
["last_name_mask"]=>
string(5) "krpan"
["username"]=>
string(7) "Domagoj"
["password"]=>
string(40) "fbad52c567fc2f837e1625e28f8b6c4aaa707d8a"
["born"]=>
string(19) "2035-05-07 22:33:00"
["created"]=>
string(19) "2014-05-07 22:33:57"
}
}
</pre>
<a href="/dok/members/domagoj.krpan">Domagoj Krpan</a>, 30<span class="superscript">th</span> October 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/13" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "476"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(47) "Back to Basics Workshops in Medveščak Library"
["title_hrv"]=>
string(68) "Back to Basics radionice bojanja minijatura u Knjižnici Medveščak"
["mask_eng"]=>
string(45) "back_to_basics_workshops_in_medvescak_library"
["mask_hrv"]=>
string(65) "back_to_basics_radionice_bojanja_minijatura_u_knjiznici_medvescak"
["content_eng"]=>
string(5094) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" width="600" /></a></p>
<p>
During October and November, we held our Back to Basics miniature painting workshops for the youngest at the Zagreb City Libraries.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" width="600" /></a></p>
<p>
The first set of three workshops was held in the Youth Department of the Medveščak Library on October 2, 9 and 11, 2025.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" width="600" /></a></p>
<p>
During the workshops, our youngest participants painted chibi figures from the UMS Agram line and made a castle from upcycled materials.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" width="600" /></a></p>
<p>
More photos can be found on our <a href="https://www.facebook.com/UmsAgram/posts/pfbid0mDuBzjaL5Pi8T28QrPodFXHkUrbwhJ9icKEgZehEtcNuh5E2QaFNNiGtqnxkHgTUl">social media</a>.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(5118) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" width="600" /></a></p>
<p>
Tijekom listopada i studenog u Knjižnicama Grada Zagreba smo održali naše Back to Basics radionice bojanja minijatura za najmlađe. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" width="600" /></a></p>
<p>
Prvi set od tri radionice održan je u Odjelu za mlade Knjižnice Medveščak 2., 9. i 11.10.2025. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" width="600" /></a></p>
<p>
Tijekom radionica naši najmlađi polaznici su bojali chibi figure iz linije UMS Agram te izrađivali dvorac od upcycle materijala.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" width="600" /></a></p>
<p>
Više fotografija potražite na našim <a href="https://www.facebook.com/UmsAgram/posts/pfbid0mDuBzjaL5Pi8T28QrPodFXHkUrbwhJ9icKEgZehEtcNuh5E2QaFNNiGtqnxkHgTUl">socijalnim mrežama</a>!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2025-10-13 09:20:17"
["modified"]=>
string(19) "2025-10-13 09:20:17"
}
["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="/dok/members/krunoslav.belinic">Krunoslav Belinić</a>, 13<span class="superscript">th</span> October 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/13" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "475"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(22) "Gaslands - Tutorial II"
["title_hrv"]=>
string(37) "Gaslands - bojanje autića - nastavak"
["mask_eng"]=>
string(22) "gaslands_-_tutorial_ii"
["mask_hrv"]=>
string(36) "gaslands_-_bojanje_autica_-_nastavak"
["content_eng"]=>
string(5350) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" width="600" /></a></p>
<p>
In this article I will briefly describe how I painted another set of three cars for Gaslands. Same as last time, I started with a black undercoat.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" width="600" /></a></p>
<p>
As I decided to keep the colour of the vehicles matt black, I left it at that and proceeded to paint the windshields. Using much the same method I used for the yellow crew, I applied the chosen paint scheme. Unlike blue windshields with the yellow crew, here I decided to use the yellow/red combo.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" width="600" /></a></p>
<p>
I then added chrome.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" width="600" /></a></p>
<p>
In the end, I added metallic details such as guns etc.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" width="600" /></a></p>
<p>
It was time to add the decals. I first painted all the surfaces with gloss varnish. Then I added the decals and after they set properly, I covered everything with Ultra Matt Varnish..</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" width="600" /></a></p>
<p>
And thus ended the painting process.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" width="600" /></a></p>
<p>
<strong>GALLERY OF THE TWO FINISHED CREWS</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(5419) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" width="600" /></a></p>
<p>
U ovom ću članku opisati kako sam obojao drugi set od tri autića za Gaslands demo partije. Kao i prošli puta, krenuo sam s crnim undercoatom. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" width="600" /></a></p>
<p>
S obzirom da sam odlučio da ovaj crew bude mat crn, farbanje karoserija sam tu prekinuo i počeo sam sa staklima. Slično kao i prošli put, koristio sam sličnu shemu, ali u drugim bojama. Za razliku od plavih refleksija na žutim autima, na crnima sam se odlučio za žuto/crvenu kombinaciju. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" width="600" /></a></p>
<p>
Dodao sam krom.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" width="600" /></a></p>
<p>
I na kraju dodao metalne dijelove poput oružja.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" width="600" /></a></p>
<p>
Na ovim autima, odlučio sam dodati i naljepnice. Prvo sam na površine s naljepnicama stavio gloss lak. Potom sam postavio naljepnicce i nakon što su se dobro osušile sam te iste površine prekrio mat lakom. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" width="600" /></a></p>
<p>
Time sam završio posao...</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" width="600" /></a></p>
<p>
<strong>GALERIJA ZAVRŠENIH RADOVA!</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2025-10-13 07:21:57"
["modified"]=>
string(19) "2025-10-13 07:21: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="/dok/members/marko.paunovic">Marko Paunović</a>, 13<span class="superscript">th</span> October 2025</span>
</li>
</ul>
<p><a href="/dok/articles">more_articles</a></p>
<h2>latest_battle_reports</h2>
<ul class="latest">
<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: title_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>8</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 8
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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: mask_dok [<b>APP/views/elements/latestBattleReports.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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.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/home/index.ctp, line 50
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="/dok/battle_reports/2025/03/10" class="readMore"></a> <span class="details">
<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: name_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>26</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and "
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T&#39;au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton&#39;s Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives &ndash; all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T&#39;au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van na&scaron;ih deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca &ndash; svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, &scaron;to je operativcima nudilo Vantage point &ndash; mogućnost da jednu hit-kockicu zadrže kao uspje&scaron;nu, a bu&scaron;otina u samom centru, visoka 4 inča, nudi jo&scaron; bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 26
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>29</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and <a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a> ()"
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T&#39;au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton&#39;s Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives &ndash; all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T&#39;au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van na&scaron;ih deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca &ndash; svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, &scaron;to je operativcima nudilo Vantage point &ndash; mogućnost da jednu hit-kockicu zadrže kao uspje&scaron;nu, a bu&scaron;otina u samom centru, visoka 4 inča, nudi jo&scaron; bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)
$dateFought = "28<span class="superscript">th</span> February 2025"</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 29
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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>28<span class="superscript">th</span> February 2025, , and <a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a> () </span>
</li>
<li>
<a href="/dok/battle_reports/2022/05/09" class="readMore"></a> <span class="details">
22<span class="superscript">nd</span> April 2022, , <a href="/dok/members/borna.plese">Borna Pleše</a> () and <a href="/dok/members/kristijan.kliska">Kristijan Kliska</a> () </span>
</li>
<li>
<a href="/dok/battle_reports/2021/11/26" class="readMore"></a> <span class="details">
17<span class="superscript">th</span> November 2021, , and <a href="/dok/members/nino.marasovic">Nino Marasović</a> () </span>
</li>
</ul>
<p><a href="/dok/battle_reports">more_battle_reports</a></p> <div class="fb-like-box" style="background: white; margin-top: 1em; border-bottom: 1px solid #AAA;" data-href="http://www.facebook.com/UmsAgram" data-width="260" data-show-faces="true" data-stream="true" data-header="true"></div></div>"
$scripts_for_layout = ""
$title_for_layout = "Members"
$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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = 1762644332
SessionHelper::$sessionTime = 1762656332
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "breadcrumbs "
$title = ""
$breadCrumb = array(
"Page" => array(
"id" => "1",
"parent_id" => null,
"controller" => "home",
"title_eng" => "Home",
"title_hrv" => "Naslovnica",
"lft" => "1",
"rght" => "56"
)
)
$controller = array(
"home"
)
include - APP/views/layouts/default.ctp, line 14
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
Notice (8): Undefined index: title_dok [APP/views/layouts/default.ctp, line 23]
if (Configure::read() > 0) { include ($___viewFn);
$___viewFn = "/home/martin/apps/agram/app/views/layouts/default.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array(),
array(),
array()
),
"pageContents" => array(),
"userData" => null,
"member" => array(
"Member" => array(),
"Article" => array(),
"BattleReportExperience" => array(),
"Army" => array(),
"Game" => array(),
"Status" => array()
),
"contentData" => array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
),
"content_for_layout" => "<div id="leftColumn">
<h1>Martin Vrkljan</h1>
<p>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-trace').style.display = (document.getElementById('cakeErr1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>291</b>]<div id="cakeErr1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-code').style.display = (document.getElementById('cakeErr1-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-context').style.display = (document.getElementById('cakeErr1-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr1-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Member'</span><span style="color: #007700">][</span><span style="color: #DD0000">'first_name'</span><span style="color: #007700">] .</span><span style="color: #DD0000">' '</span><span style="color: #007700">. </span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Member'</span><span style="color: #007700">][</span><span style="color: #DD0000">'last_name'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></h1>
</span></code>
<code><span style="color: #000000"> <p>
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">__</span><span style="color: #007700">(</span><span style="color: #DD0000">'member_info_1'</span><span style="color: #007700">, </span><span style="color: #0000BB">true</span><span style="color: #007700">) . </span><span style="color: #0000BB">$stringer</span><span style="color: #007700">-></span><span style="color: #0000BB">humanizeList </span><span style="color: #007700">(</span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Status'</span><span style="color: #007700">], </span><span style="color: #DD0000">"name_</span><span style="color: #0000BB">$lang</span><span style="color: #DD0000">"</span><span style="color: #007700">); </span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr1-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "Member",
"name_hrv" => "Član"
)
)
$fieldName = "name_dok"
$emp = ""
$output = ""
$element = array(
"id" => "1",
"name_eng" => "Member",
"name_hrv" => "Član"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 291
include - APP/views/members/view.ctp, line 4
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>member_info_1 </p>
<p>
member_info_2Martinmember_info_3<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-trace').style.display = (document.getElementById('cakeErr2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>297</b>]<div id="cakeErr2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-code').style.display = (document.getElementById('cakeErr2-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-context').style.display = (document.getElementById('cakeErr2-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr2-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> if (count($member['Game'])) {
</span></code>
<code><span style="color: #000000"> echo __('member_info_2', true) . $member['Member']['first_name'] . __('member_info_3', true);
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo $stringer->humanizeList ($member['Game'], "name_$lang", '"');
</span></code></span></pre></div><pre id="cakeErr2-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """"
$element = array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 297
include - APP/views/members/view.ctp, line 10
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('cakeErr3-trace').style.display = (document.getElementById('cakeErr3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>294</b>]<div id="cakeErr3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr3-code').style.display = (document.getElementById('cakeErr3-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr3-context').style.display = (document.getElementById('cakeErr3-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr3-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> if (count($member['Game'])) {
</span></code>
<code><span style="color: #000000"> echo __('member_info_2', true) . $member['Member']['first_name'] . __('member_info_3', true);
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo $stringer->humanizeList ($member['Game'], "name_$lang", '"');
</span></code></span></pre></div><pre id="cakeErr3-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """, """
$element = array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 294
include - APP/views/members/view.ctp, line 10
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>"", "" and ""<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-trace').style.display = (document.getElementById('cakeErr4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/members/view.ctp</b>, line <b>17</b>]<div id="cakeErr4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-code').style.display = (document.getElementById('cakeErr4-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-context').style.display = (document.getElementById('cakeErr4-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr4-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="cakeErr4-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/members/view.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array(),
array(),
array()
),
"pageContents" => array(),
"userData" => null,
"member" => array(
"Member" => array(),
"Article" => array(),
"BattleReportExperience" => array(),
"Army" => array(),
"Game" => array(),
"Status" => array()
),
"contentData" => array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
)
$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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = 1762644332
SessionHelper::$sessionTime = 1762656332
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$pageContents = array()
$userData = null
$member = array(
"Member" => array(
"id" => "32",
"group_id" => "1",
"first_name" => "Martin",
"last_name" => "Vrkljan",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan",
"username" => "martin",
"password" => "*****",
"born" => "2009-05-30 21:29:00",
"created" => "2009-05-30 21:30:15"
),
"Article" => array(
array(),
array(),
array()
),
"BattleReportExperience" => array(),
"Army" => array(
array(),
array(),
array()
),
"Game" => array(
array(),
array(),
array()
),
"Status" => array(
array()
)
)
$contentData = array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
$i = 0</pre><pre class="stack-trace">include - APP/views/members/view.ctp, line 17
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>member_info_5" <span class="armyGame">()</span>", " <span class="armyGame">()</span>" and " <span class="armyGame">()</span>". </p>
</div>
<div id="rightColumn">
<!--<div id="hotStuff">
hot_tournaments<br/></div>-->
<div id="hotSponsor">
</div><h2>latest_articles</h2>
<ul class="latest">
<li>
<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 index: title_dok [<b>APP/views/elements/latestArticles.ctp</b>, line <b>7</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"></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="cakeErr7-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/latestArticles.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$articles = array(
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
)
)
$article = array(
"Article" => array(
"id" => "479",
"member_id" => "35",
"title_eng" => "We attended: ModelMania 2025",
"title_hrv" => "Nastupili smo na: Modelmania 2025",
"mask_eng" => "we_attended_modelmania_2025",
"mask_hrv" => "nastupili_smo_na_modelmania_2025",
"content_eng" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"content_hrv" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show &amp; ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada na&scaron;ih raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS &quot;Agram&quot;.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Na&scaron;i volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strate&scaron;ke igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"created" => "2025-11-05 11:52:52",
"modified" => "2025-11-05 11:52:52"
),
"Member" => array(
"id" => "35",
"group_id" => "1",
"first_name" => "Marko",
"last_name" => "Paunović",
"first_name_mask" => "marko",
"last_name_mask" => "paunovic",
"username" => "marko",
"password" => "*****",
"born" => "2033-03-07 20:35:00",
"created" => "2009-06-02 20:37:03"
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestArticles.ctp, line 7
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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('cakeErr8-trace').style.display = (document.getElementById('cakeErr8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: mask_dok [<b>APP/views/elements/latestArticles.ctp</b>, line <b>10</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/elements/latestArticles.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$articles = array(
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
)
)
$article = array(
"Article" => array(
"id" => "479",
"member_id" => "35",
"title_eng" => "We attended: ModelMania 2025",
"title_hrv" => "Nastupili smo na: Modelmania 2025",
"mask_eng" => "we_attended_modelmania_2025",
"mask_hrv" => "nastupili_smo_na_modelmania_2025",
"content_eng" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"content_hrv" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show &amp; ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada na&scaron;ih raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS &quot;Agram&quot;.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Na&scaron;i volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strate&scaron;ke igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"created" => "2025-11-05 11:52:52",
"modified" => "2025-11-05 11:52:52"
),
"Member" => array(
"id" => "35",
"group_id" => "1",
"first_name" => "Marko",
"last_name" => "Paunović",
"first_name_mask" => "marko",
"last_name_mask" => "paunovic",
"username" => "marko",
"password" => "*****",
"born" => "2033-03-07 20:35:00",
"created" => "2009-06-02 20:37:03"
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestArticles.ctp, line 10
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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="/dok/articles/2025/11/05" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "479"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(28) "We attended: ModelMania 2025"
["title_hrv"]=>
string(33) "Nastupili smo na: Modelmania 2025"
["mask_eng"]=>
string(27) "we_attended_modelmania_2025"
["mask_hrv"]=>
string(32) "nastupili_smo_na_modelmania_2025"
["content_eng"]=>
string(6552) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
"
["content_hrv"]=>
string(7147) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show & ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada naših raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS "Agram".</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Naši volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strateške igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
"
["created"]=>
string(19) "2025-11-05 11:52:52"
["modified"]=>
string(19) "2025-11-05 11:52:52"
}
["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="/dok/members/marko.paunovic">Marko Paunović</a>, 5<span class="superscript">th</span> November 2025</span>
</li>
<li>
<a href="/dok/articles/2025/11/05" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "478"
["member_id"]=>
string(2) "96"
["title_eng"]=>
string(23) "Necropolis Board part 1"
["title_hrv"]=>
string(29) "Tabla za Necropolis – dio 1"
["mask_eng"]=>
string(23) "necropolis_board_part_1"
["mask_hrv"]=>
string(25) "tabla_za_necropolis_dio_1"
["content_eng"]=>
string(4313) "<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" width="600" /> </a></p>
<p>
<em>In October we started with our first board for Necropolis, and with an appropriate theme! – the Eternal Autumn configuration from the Necropolis rulebook. The configuration is such that it only requires 3 trees, which we considered too boring, so instead of one tree, we plan to build a cubic lime kiln and 2 streams.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" width="600" /> </a></p>
<p>
The board is inspired by Hawthorne's story Ethan Brand, where several characters talk about the unforgivable sin (next to a lime kiln in the middle of an American pastoral idyll). Aesthetically, we're aiming for early fall with rural motifs, along with gnarled trees (ala Burton's Sleepy Hollow) and a few pumpkins.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" width="600" /> </a></p>
<p>
For now, we are very far from any aesthetic choices because we have dealt with the basic structure of the board: the housing is made of pine glued boards for the floor and pine profiles for the sides. After we glued everything with Drvofix, the entire housing was finely sanded. The size of the Styrodur board that fits into the housing is 40cmx40cmx2cm (Necropolis standard is 16"x16").</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" width="600" /> </a></p>
<p>
The placement of the stream itself was difficult to choose due to the peculiar, angular deployment in Necropolis, so we used token strings to try out a few potential streams that would least interfere with the game. Although we planned to keep our forest streams shallow, we still carved channels with a scalpel and a rotary multitool and coated the beds with diluted texture paste. While the paste dried, we added various sizes of pebbles and created a transition across the stream with larger pebbles.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" width="600" /> </a></p>
<p>
The trees are actually real mangroves, so they have natural knots and twists. To add a Sleepy Hollow feel, we hollowed out a few holes in the wood to house the greenstuff faces. We propped up one tree with pieces of pine bark so it wouldn't lean too much and interfere with play.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" width="600" /> </a></p>
<p>
The next step is to cover the entire board with a mixture of gypsum and sand and make the stove itself.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" width="600" /> </a></p>
"
["content_hrv"]=>
string(4295) "<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" width="600" /> </a></p>
<p>
<em>U listopadu smo započeli s našim prvim boardom za Necropolis, i to s primjerenom tematikom! – Eternal Autumn konfiguracijom iz Necropolis rulebooka. Konfiguracija je takva da nalaže samo 3 stabla, što smo smatrali predosadnim te umjesto jednog stabla kanimo izraditi kockastu vapnenu peć i 2 potoka.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" width="600" /> </a></p>
<p>
Board je inspiriran Hawthorneovom pričom Ethan Brand, gdje nekoliko likova priča o neoprostivom grijehu (pored vapnare usred američke pastoralne idile). Estetski ciljamo na ranu jesen s ruralnim motivima, uz kvrgava stabla (ala Burtonov Sleepy Hollow) i nekoliko bundeva.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" width="600" /> </a></p>
<p>
Za sada smo jako daleko od ikakvih estetskih odabira jer smo se nosili s osnovnom građom boarda: kućište je napravljeno od borovih lijepljenih dasaka za podni dio i borovih profila za bočne strane. Nakon što smo sve zalijepili drvofixom, cijelo kućište je fino izbrušeno. Veličina stirodur ploče koja sjeda u kućište je 40cmx40cmx2cm (Necropolis standard je 16“x16“).</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" width="600" /> </a></p>
<p>
Sami smještaj potoka bilo je teško odabrati zbog osebujnog, kutnog deploymenta u Necropolisu pa smo koristili nizove tokena da isprobamo nekoliko potencijalnih tokova koji bi najmanje ometali igru. Iako planiramo da nam šumski potoci budu plitki, i dalje smo skalpelom i rotirajućim multitoolom izrezbarili kanale i premazali korita razrijeđenom teksturnom pastom. Dok se pasta sušila, ubacili smo razne veličine kamenčića i uspostavili prijelaz preko potoka većim kamenčićima.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" width="600" /> </a></p>
<p>
Stabla su zapravo pravo mangrovo drvo, tako da ima prirodne kvrge i zavijutke. Kako bismo dodali sleepy hollow šmek, izdubili smo nekolika rupa u drvu gdje bismo smjestili greenstuff lica. Jedno smo drvo poduprli s komadima borove kore kako ne bi bilo previše nagnuti i ometalo igru.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" width="600" /> </a></p>
<p>
Sljedeći korak je prekrivanje cijelog boarda smjesom gipsa i pijeska te izrada same peći.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" width="600" /> </a></p>
"
["created"]=>
string(19) "2025-11-05 11:09:46"
["modified"]=>
string(19) "2025-11-05 11:09:46"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "96"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(6) "Antoni"
["last_name"]=>
string(10) "Pastuović"
["first_name_mask"]=>
string(6) "antoni"
["last_name_mask"]=>
string(9) "pastuovic"
["username"]=>
string(6) "antoni"
["password"]=>
string(40) "5dfa823ee30df1936c1792d4c8348a4bcf4c64e2"
["born"]=>
string(19) "2005-04-04 18:52:00"
["created"]=>
string(19) "2019-04-04 18:53:09"
}
}
</pre>
<a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a>, 5<span class="superscript">th</span> November 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/30" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "477"
["member_id"]=>
string(2) "56"
["title_eng"]=>
string(44) "WE ATTENDED: AmuletD20 Grand Tournament 2025"
["title_hrv"]=>
string(50) "NASTUPILI SMO NA: AmuletD20 Grand Tournament 2025"
["mask_eng"]=>
string(43) "we_attended_amuletd20_grand_tournament_2025"
["mask_hrv"]=>
string(48) "nastupili_smo_na_amuletd20_grand_tournament_2025"
["content_eng"]=>
string(8348) "<p>
<em>In early October I had the opportunity to visit my neighbors from the Amuletd20 association. This time it wasn't an artsy Turnip28 event, but a huge tournament in AOS and Conquest games.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" width="600" /> </a></p>
<p>
Besides the main event, there were tables playing Kings of War, as well as Warhammer: The Old World, where I came with my Chaos Dwarfs.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg" width="600" /> </a></p>
<p>
Unfortunately, I think TOW was the least represented with four players, but this little community was wonderful! Players helped each other with the rules and the games were very friendly. In addition to my choirs, there was also an army of High Elves at the event, as well as two armies of Brettons.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg
" width="600" /> </a></p>
<p>
I spent my event fighting the noble knights of Brettonia, and I believe that my dwarves were helped by the atypical mobility obtained from the monsters (Wyverna, Lammasu and Bale Taurus) accompanied by the antithesis of HŽ (Iron Daemon) and a spell that increased the infantry's mobility.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" width="600" /> </a></p>
<p>
The Kings of War tables were much more dynamic, with more players, more games, and the waxes themselves were far more diverse. I'm glad that the tables were close so I had the opportunity to hang out with the hosts Luka and Vane.. It was definitely a surprise when our Mario visited us and hung out with us.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" width="600" /> </a></p>
<p>
I managed to find enough time to walk around the rest of the event - and it was impressive to see so many players in one place. Amuletd20 really did a phenomenal job for their first event.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg
" width="600" /> </a></p>
<p>
After the event, we went to the association's premises to socialize a little more. And, if you're curious about what it was like there, come to the next Amulet event yourself, you certainly won't regret it.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" width="600" /> </a></p>
<p>
P.S. Many thanks to Luka, Vana and Mita for the invitation and hospitality!</p>
"
["content_hrv"]=>
string(8319) "<p>
<em>Početkom listopada imao sam priliku posjetiti susjede iz udruge Amuletd20. Ovog puta nije bio artsy Turnip28 event, nego ogroman turnir u AOS i Conquest igrama.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" width="600" /> </a></p>
<p>
Osim main eventa, bilo je stolova na kojima se igralo i Kings of War, kao i Warhammer: The Old World gdje sam došao sa svojim Chaos Dwarfovima.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg" width="600" /> </a></p>
<p>
Nažalost, mislim da je TOW bio najslabije zastupljen s četiri igrača, ali je ovaj mali community bio divan! Igrači su si međusobno pomagali s pravilima i partije su bile jako Friendly, Uz moje chorfove, na eventu je bila i jedna vojska High Elfova, kao i dvije vojske Brettonaca.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg
" width="600" /> </a></p>
<p>
Svoj event proveo sam boreći se plemenitim vitezovima Brettonie, a vjerujem da je mojim patuljcima pomogla netipična mobilnost dobivena čudovištima (Wyverna, Lammasu i Bale Taurus) u pratnji antiteze HŽ-a (Iron Daemon) i čarolije koja je pješadiji povećavala mobilnost.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" width="600" /> </a></p>
<p>
Na Kings of War stolovima bilo je znatno dinamičnije, više igrača, više partija, a i same vosjke su bile daleko raznolikije. Drago mi je da su stolovi bili blizu pa sam imao priliku družiti se s domaćinima Lukom i Vaneom.. Definitivno iznenađenje je bilo kad nas je naš Mario posjetio i podružio se s nama.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" width="600" /> </a></p>
<p>
Uspio sam uhvatiti dovoljno vremena da prošećem i ostatkom eventa - i bilo je impresivno vidjeti toliko igrača na istom mjestu. Amuletd20 je zaista odradio fenomenalan posao za prvi event koji organiziraju.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg
" width="600" /> </a></p>
<p>
Nakon eventa, otišli smo do prostora udruge podružiti se još malo. A, ako vas zanima kako je tamo bilo, dođite i sami na idući Amuletov event, sigurno nećete požaliti.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" width="600" /> </a></p>
<p>
P.S. Veliko hvala Luki, Vani i Miti na pozivu i gostoprimstvu!</p>
"
["created"]=>
string(19) "2025-10-30 12:47:37"
["modified"]=>
string(19) "2025-10-30 12:47:37"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "56"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(7) "Domagoj"
["last_name"]=>
string(5) "Krpan"
["first_name_mask"]=>
string(7) "domagoj"
["last_name_mask"]=>
string(5) "krpan"
["username"]=>
string(7) "Domagoj"
["password"]=>
string(40) "fbad52c567fc2f837e1625e28f8b6c4aaa707d8a"
["born"]=>
string(19) "2035-05-07 22:33:00"
["created"]=>
string(19) "2014-05-07 22:33:57"
}
}
</pre>
<a href="/dok/members/domagoj.krpan">Domagoj Krpan</a>, 30<span class="superscript">th</span> October 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/13" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "476"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(47) "Back to Basics Workshops in Medveščak Library"
["title_hrv"]=>
string(68) "Back to Basics radionice bojanja minijatura u Knjižnici Medveščak"
["mask_eng"]=>
string(45) "back_to_basics_workshops_in_medvescak_library"
["mask_hrv"]=>
string(65) "back_to_basics_radionice_bojanja_minijatura_u_knjiznici_medvescak"
["content_eng"]=>
string(5094) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" width="600" /></a></p>
<p>
During October and November, we held our Back to Basics miniature painting workshops for the youngest at the Zagreb City Libraries.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" width="600" /></a></p>
<p>
The first set of three workshops was held in the Youth Department of the Medveščak Library on October 2, 9 and 11, 2025.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" width="600" /></a></p>
<p>
During the workshops, our youngest participants painted chibi figures from the UMS Agram line and made a castle from upcycled materials.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" width="600" /></a></p>
<p>
More photos can be found on our <a href="https://www.facebook.com/UmsAgram/posts/pfbid0mDuBzjaL5Pi8T28QrPodFXHkUrbwhJ9icKEgZehEtcNuh5E2QaFNNiGtqnxkHgTUl">social media</a>.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(5118) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" width="600" /></a></p>
<p>
Tijekom listopada i studenog u Knjižnicama Grada Zagreba smo održali naše Back to Basics radionice bojanja minijatura za najmlađe. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" width="600" /></a></p>
<p>
Prvi set od tri radionice održan je u Odjelu za mlade Knjižnice Medveščak 2., 9. i 11.10.2025. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" width="600" /></a></p>
<p>
Tijekom radionica naši najmlađi polaznici su bojali chibi figure iz linije UMS Agram te izrađivali dvorac od upcycle materijala.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" width="600" /></a></p>
<p>
Više fotografija potražite na našim <a href="https://www.facebook.com/UmsAgram/posts/pfbid0mDuBzjaL5Pi8T28QrPodFXHkUrbwhJ9icKEgZehEtcNuh5E2QaFNNiGtqnxkHgTUl">socijalnim mrežama</a>!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2025-10-13 09:20:17"
["modified"]=>
string(19) "2025-10-13 09:20:17"
}
["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="/dok/members/krunoslav.belinic">Krunoslav Belinić</a>, 13<span class="superscript">th</span> October 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/13" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "475"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(22) "Gaslands - Tutorial II"
["title_hrv"]=>
string(37) "Gaslands - bojanje autića - nastavak"
["mask_eng"]=>
string(22) "gaslands_-_tutorial_ii"
["mask_hrv"]=>
string(36) "gaslands_-_bojanje_autica_-_nastavak"
["content_eng"]=>
string(5350) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" width="600" /></a></p>
<p>
In this article I will briefly describe how I painted another set of three cars for Gaslands. Same as last time, I started with a black undercoat.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" width="600" /></a></p>
<p>
As I decided to keep the colour of the vehicles matt black, I left it at that and proceeded to paint the windshields. Using much the same method I used for the yellow crew, I applied the chosen paint scheme. Unlike blue windshields with the yellow crew, here I decided to use the yellow/red combo.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" width="600" /></a></p>
<p>
I then added chrome.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" width="600" /></a></p>
<p>
In the end, I added metallic details such as guns etc.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" width="600" /></a></p>
<p>
It was time to add the decals. I first painted all the surfaces with gloss varnish. Then I added the decals and after they set properly, I covered everything with Ultra Matt Varnish..</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" width="600" /></a></p>
<p>
And thus ended the painting process.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" width="600" /></a></p>
<p>
<strong>GALLERY OF THE TWO FINISHED CREWS</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(5419) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" width="600" /></a></p>
<p>
U ovom ću članku opisati kako sam obojao drugi set od tri autića za Gaslands demo partije. Kao i prošli puta, krenuo sam s crnim undercoatom. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" width="600" /></a></p>
<p>
S obzirom da sam odlučio da ovaj crew bude mat crn, farbanje karoserija sam tu prekinuo i počeo sam sa staklima. Slično kao i prošli put, koristio sam sličnu shemu, ali u drugim bojama. Za razliku od plavih refleksija na žutim autima, na crnima sam se odlučio za žuto/crvenu kombinaciju. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" width="600" /></a></p>
<p>
Dodao sam krom.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" width="600" /></a></p>
<p>
I na kraju dodao metalne dijelove poput oružja.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" width="600" /></a></p>
<p>
Na ovim autima, odlučio sam dodati i naljepnice. Prvo sam na površine s naljepnicama stavio gloss lak. Potom sam postavio naljepnicce i nakon što su se dobro osušile sam te iste površine prekrio mat lakom. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" width="600" /></a></p>
<p>
Time sam završio posao...</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" width="600" /></a></p>
<p>
<strong>GALERIJA ZAVRŠENIH RADOVA!</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2025-10-13 07:21:57"
["modified"]=>
string(19) "2025-10-13 07:21: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="/dok/members/marko.paunovic">Marko Paunović</a>, 13<span class="superscript">th</span> October 2025</span>
</li>
</ul>
<p><a href="/dok/articles">more_articles</a></p>
<h2>latest_battle_reports</h2>
<ul class="latest">
<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: title_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>8</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 8
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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: mask_dok [<b>APP/views/elements/latestBattleReports.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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.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/home/index.ctp, line 50
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="/dok/battle_reports/2025/03/10" class="readMore"></a> <span class="details">
<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: name_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>26</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and "
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T&#39;au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton&#39;s Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives &ndash; all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T&#39;au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van na&scaron;ih deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca &ndash; svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, &scaron;to je operativcima nudilo Vantage point &ndash; mogućnost da jednu hit-kockicu zadrže kao uspje&scaron;nu, a bu&scaron;otina u samom centru, visoka 4 inča, nudi jo&scaron; bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 26
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>29</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and <a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a> ()"
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T&#39;au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton&#39;s Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives &ndash; all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T&#39;au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van na&scaron;ih deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca &ndash; svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, &scaron;to je operativcima nudilo Vantage point &ndash; mogućnost da jednu hit-kockicu zadrže kao uspje&scaron;nu, a bu&scaron;otina u samom centru, visoka 4 inča, nudi jo&scaron; bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)
$dateFought = "28<span class="superscript">th</span> February 2025"</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 29
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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>28<span class="superscript">th</span> February 2025, , and <a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a> () </span>
</li>
<li>
<a href="/dok/battle_reports/2022/05/09" class="readMore"></a> <span class="details">
22<span class="superscript">nd</span> April 2022, , <a href="/dok/members/borna.plese">Borna Pleše</a> () and <a href="/dok/members/kristijan.kliska">Kristijan Kliska</a> () </span>
</li>
<li>
<a href="/dok/battle_reports/2021/11/26" class="readMore"></a> <span class="details">
17<span class="superscript">th</span> November 2021, , and <a href="/dok/members/nino.marasovic">Nino Marasović</a> () </span>
</li>
</ul>
<p><a href="/dok/battle_reports">more_battle_reports</a></p> <div class="fb-like-box" style="background: white; margin-top: 1em; border-bottom: 1px solid #AAA;" data-href="http://www.facebook.com/UmsAgram" data-width="260" data-show-faces="true" data-stream="true" data-header="true"></div></div>",
"scripts_for_layout" => "",
"title_for_layout" => "Members",
"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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = 1762644332
SessionHelper::$sessionTime = 1762656332
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$pageContents = array()
$userData = null
$member = array(
"Member" => array(
"id" => "32",
"group_id" => "1",
"first_name" => "Martin",
"last_name" => "Vrkljan",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan",
"username" => "martin",
"password" => "*****",
"born" => "2009-05-30 21:29:00",
"created" => "2009-05-30 21:30:15"
),
"Article" => array(
array(),
array(),
array()
),
"BattleReportExperience" => array(),
"Army" => array(
array(),
array(),
array()
),
"Game" => array(
array(),
array(),
array()
),
"Status" => array(
array()
)
)
$contentData = array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
$content_for_layout = "<div id="leftColumn">
<h1>Martin Vrkljan</h1>
<p>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-trace').style.display = (document.getElementById('cakeErr1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>291</b>]<div id="cakeErr1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-code').style.display = (document.getElementById('cakeErr1-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-context').style.display = (document.getElementById('cakeErr1-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr1-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Member'</span><span style="color: #007700">][</span><span style="color: #DD0000">'first_name'</span><span style="color: #007700">] .</span><span style="color: #DD0000">' '</span><span style="color: #007700">. </span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Member'</span><span style="color: #007700">][</span><span style="color: #DD0000">'last_name'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></h1>
</span></code>
<code><span style="color: #000000"> <p>
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">__</span><span style="color: #007700">(</span><span style="color: #DD0000">'member_info_1'</span><span style="color: #007700">, </span><span style="color: #0000BB">true</span><span style="color: #007700">) . </span><span style="color: #0000BB">$stringer</span><span style="color: #007700">-></span><span style="color: #0000BB">humanizeList </span><span style="color: #007700">(</span><span style="color: #0000BB">$member</span><span style="color: #007700">[</span><span style="color: #DD0000">'Status'</span><span style="color: #007700">], </span><span style="color: #DD0000">"name_</span><span style="color: #0000BB">$lang</span><span style="color: #DD0000">"</span><span style="color: #007700">); </span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr1-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "Member",
"name_hrv" => "Član"
)
)
$fieldName = "name_dok"
$emp = ""
$output = ""
$element = array(
"id" => "1",
"name_eng" => "Member",
"name_hrv" => "Član"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 291
include - APP/views/members/view.ctp, line 4
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>member_info_1 </p>
<p>
member_info_2Martinmember_info_3<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-trace').style.display = (document.getElementById('cakeErr2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>297</b>]<div id="cakeErr2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-code').style.display = (document.getElementById('cakeErr2-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr2-context').style.display = (document.getElementById('cakeErr2-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr2-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> if (count($member['Game'])) {
</span></code>
<code><span style="color: #000000"> echo __('member_info_2', true) . $member['Member']['first_name'] . __('member_info_3', true);
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo $stringer->humanizeList ($member['Game'], "name_$lang", '"');
</span></code></span></pre></div><pre id="cakeErr2-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """"
$element = array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 297
include - APP/views/members/view.ctp, line 10
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('cakeErr3-trace').style.display = (document.getElementById('cakeErr3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/helpers/stringer.php</b>, line <b>294</b>]<div id="cakeErr3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr3-code').style.display = (document.getElementById('cakeErr3-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr3-context').style.display = (document.getElementById('cakeErr3-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr3-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> if (count($member['Game'])) {
</span></code>
<code><span style="color: #000000"> echo __('member_info_2', true) . $member['Member']['first_name'] . __('member_info_3', true);
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo $stringer->humanizeList ($member['Game'], "name_$lang", '"');
</span></code></span></pre></div><pre id="cakeErr3-context" class="cake-context" style="display: none;">$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri Warhammer radnja je smje&scaron;tena u Starom svijetu u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """, """
$element = array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strate&scaron;koj igri The Lord of the Rings (Gospodar prstenova) radnja je smje&scaron;tena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedni&scaron;tvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)</pre><pre class="stack-trace">StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 294
include - APP/views/members/view.ctp, line 10
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>"", "" and ""<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-trace').style.display = (document.getElementById('cakeErr4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/members/view.ctp</b>, line <b>17</b>]<div id="cakeErr4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-code').style.display = (document.getElementById('cakeErr4-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr4-context').style.display = (document.getElementById('cakeErr4-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr4-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="cakeErr4-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/members/view.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array(),
array(),
array()
),
"pageContents" => array(),
"userData" => null,
"member" => array(
"Member" => array(),
"Article" => array(),
"BattleReportExperience" => array(),
"Army" => array(),
"Game" => array(),
"Status" => array()
),
"contentData" => array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
)
$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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = 1762644332
SessionHelper::$sessionTime = 1762656332
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$pageContents = array()
$userData = null
$member = array(
"Member" => array(
"id" => "32",
"group_id" => "1",
"first_name" => "Martin",
"last_name" => "Vrkljan",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan",
"username" => "martin",
"password" => "*****",
"born" => "2009-05-30 21:29:00",
"created" => "2009-05-30 21:30:15"
),
"Article" => array(
array(),
array(),
array()
),
"BattleReportExperience" => array(),
"Army" => array(
array(),
array(),
array()
),
"Game" => array(
array(),
array(),
array()
),
"Status" => array(
array()
)
)
$contentData = array(
"first_name" => "Martin",
"last_name" => "Vrkljan",
"controller" => "members",
"first_name_mask" => "martin",
"last_name_mask" => "vrkljan"
)
$i = 0</pre><pre class="stack-trace">include - APP/views/members/view.ctp, line 17
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>member_info_5" <span class="armyGame">()</span>", " <span class="armyGame">()</span>" and " <span class="armyGame">()</span>". </p>
</div>
<div id="rightColumn">
<!--<div id="hotStuff">
hot_tournaments<br/></div>-->
<div id="hotSponsor">
</div><h2>latest_articles</h2>
<ul class="latest">
<li>
<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 index: title_dok [<b>APP/views/elements/latestArticles.ctp</b>, line <b>7</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"></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="cakeErr7-context" class="cake-context" style="display: none;">$___viewFn = "/home/martin/apps/agram/app/views/elements/latestArticles.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$articles = array(
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
)
)
$article = array(
"Article" => array(
"id" => "479",
"member_id" => "35",
"title_eng" => "We attended: ModelMania 2025",
"title_hrv" => "Nastupili smo na: Modelmania 2025",
"mask_eng" => "we_attended_modelmania_2025",
"mask_hrv" => "nastupili_smo_na_modelmania_2025",
"content_eng" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"content_hrv" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show &amp; ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada na&scaron;ih raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS &quot;Agram&quot;.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Na&scaron;i volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strate&scaron;ke igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"created" => "2025-11-05 11:52:52",
"modified" => "2025-11-05 11:52:52"
),
"Member" => array(
"id" => "35",
"group_id" => "1",
"first_name" => "Marko",
"last_name" => "Paunović",
"first_name_mask" => "marko",
"last_name_mask" => "paunovic",
"username" => "marko",
"password" => "*****",
"born" => "2033-03-07 20:35:00",
"created" => "2009-06-02 20:37:03"
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestArticles.ctp, line 7
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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('cakeErr8-trace').style.display = (document.getElementById('cakeErr8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: mask_dok [<b>APP/views/elements/latestArticles.ctp</b>, line <b>10</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/elements/latestArticles.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$articles = array(
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
),
array(
"Article" => array(),
"Member" => array()
)
)
$article = array(
"Article" => array(
"id" => "479",
"member_id" => "35",
"title_eng" => "We attended: ModelMania 2025",
"title_hrv" => "Nastupili smo na: Modelmania 2025",
"mask_eng" => "we_attended_modelmania_2025",
"mask_hrv" => "nastupili_smo_na_modelmania_2025",
"content_eng" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"content_hrv" => "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show &amp; ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada na&scaron;ih raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS &quot;Agram&quot;.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Na&scaron;i volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strate&scaron;ke igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
",
"created" => "2025-11-05 11:52:52",
"modified" => "2025-11-05 11:52:52"
),
"Member" => array(
"id" => "35",
"group_id" => "1",
"first_name" => "Marko",
"last_name" => "Paunović",
"first_name_mask" => "marko",
"last_name_mask" => "paunovic",
"username" => "marko",
"password" => "*****",
"born" => "2033-03-07 20:35:00",
"created" => "2009-06-02 20:37:03"
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestArticles.ctp, line 10
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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="/dok/articles/2025/11/05" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "479"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(28) "We attended: ModelMania 2025"
["title_hrv"]=>
string(33) "Nastupili smo na: Modelmania 2025"
["mask_eng"]=>
string(27) "we_attended_modelmania_2025"
["mask_hrv"]=>
string(32) "nastupili_smo_na_modelmania_2025"
["content_eng"]=>
string(6552) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
"
["content_hrv"]=>
string(7147) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/251e82c1-45d5-44b9-a7ac-4d9af2a1fc79.jpg" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/875f2fb8-9d6f-45a2-bc3d-c1ff07650537.jpg
" width="600" /> </a></p>
<p>
U subotu 25.10.2025. održao se Foto Video Show & ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada naših raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS "Agram".</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a5c37ec-27da-4419-b013-f90078911fc3.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/06fd75a2-6aae-41c3-b8d8-fd79fe5a1de9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bffabd18-3938-4eb4-9c38-27108cd316ef.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/789f2dea-593f-40bd-b150-7b6b7f05d0f3.jpg
" width="600" /> </a></p>
<p>
Naši volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/16919087-fd8b-4a1c-b148-e954a2e03dbd.jpg
" width="600" /></a></p>
<p>
Antoni i Lav su bili zaduženi za demonstriranje stolne strateške igre Gaslands!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55eab4cf-c7ef-424e-bb14-96f44f2ca8e0.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/38cc3cfa-c977-4ab3-8488-4880efea8eaf.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" target="_blank"><img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d47b6d0c-9135-42ed-8bda-b950679ccc84.jpg
" width="600" /></a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a6b7aab-3a9d-4238-92f1-7d8499c77cbb.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a8bcd83-00c0-48c0-b380-241691339c71.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/50e55ee8-d0b8-4153-9d06-ed0c60dbd539.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/14a68773-11f8-4cac-9233-a0cdcaf72b2e.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70be7358-8909-48e3-96a9-ca2bb58219d0.jpg
" width="600" /> </a></p>
<p>
Kruno je držao Back to Basics radionice bojanja minijatura!</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/692a65ee-ae70-4ce5-870a-d9138352ab62.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/62c613af-0701-4329-8993-524f39e622ad.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/97e36c02-56f7-403d-a4e9-2cb3466d3333.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/39fb7390-c4d5-4856-8ec4-5372be353466.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/558564f4-0813-45ef-b333-90ff974bb306.jpg
" width="600" /> </a></p>
"
["created"]=>
string(19) "2025-11-05 11:52:52"
["modified"]=>
string(19) "2025-11-05 11:52:52"
}
["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="/dok/members/marko.paunovic">Marko Paunović</a>, 5<span class="superscript">th</span> November 2025</span>
</li>
<li>
<a href="/dok/articles/2025/11/05" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "478"
["member_id"]=>
string(2) "96"
["title_eng"]=>
string(23) "Necropolis Board part 1"
["title_hrv"]=>
string(29) "Tabla za Necropolis – dio 1"
["mask_eng"]=>
string(23) "necropolis_board_part_1"
["mask_hrv"]=>
string(25) "tabla_za_necropolis_dio_1"
["content_eng"]=>
string(4313) "<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" width="600" /> </a></p>
<p>
<em>In October we started with our first board for Necropolis, and with an appropriate theme! – the Eternal Autumn configuration from the Necropolis rulebook. The configuration is such that it only requires 3 trees, which we considered too boring, so instead of one tree, we plan to build a cubic lime kiln and 2 streams.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" width="600" /> </a></p>
<p>
The board is inspired by Hawthorne's story Ethan Brand, where several characters talk about the unforgivable sin (next to a lime kiln in the middle of an American pastoral idyll). Aesthetically, we're aiming for early fall with rural motifs, along with gnarled trees (ala Burton's Sleepy Hollow) and a few pumpkins.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" width="600" /> </a></p>
<p>
For now, we are very far from any aesthetic choices because we have dealt with the basic structure of the board: the housing is made of pine glued boards for the floor and pine profiles for the sides. After we glued everything with Drvofix, the entire housing was finely sanded. The size of the Styrodur board that fits into the housing is 40cmx40cmx2cm (Necropolis standard is 16"x16").</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" width="600" /> </a></p>
<p>
The placement of the stream itself was difficult to choose due to the peculiar, angular deployment in Necropolis, so we used token strings to try out a few potential streams that would least interfere with the game. Although we planned to keep our forest streams shallow, we still carved channels with a scalpel and a rotary multitool and coated the beds with diluted texture paste. While the paste dried, we added various sizes of pebbles and created a transition across the stream with larger pebbles.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" width="600" /> </a></p>
<p>
The trees are actually real mangroves, so they have natural knots and twists. To add a Sleepy Hollow feel, we hollowed out a few holes in the wood to house the greenstuff faces. We propped up one tree with pieces of pine bark so it wouldn't lean too much and interfere with play.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" width="600" /> </a></p>
<p>
The next step is to cover the entire board with a mixture of gypsum and sand and make the stove itself.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" width="600" /> </a></p>
"
["content_hrv"]=>
string(4295) "<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0d5f5eaa-eb76-4b7d-8cd4-9fadf63255c7.png
" width="600" /> </a></p>
<p>
<em>U listopadu smo započeli s našim prvim boardom za Necropolis, i to s primjerenom tematikom! – Eternal Autumn konfiguracijom iz Necropolis rulebooka. Konfiguracija je takva da nalaže samo 3 stabla, što smo smatrali predosadnim te umjesto jednog stabla kanimo izraditi kockastu vapnenu peć i 2 potoka.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5554d134-21d0-4f4c-81ea-e7cc4767a74d.jpg
" width="600" /> </a></p>
<p>
Board je inspiriran Hawthorneovom pričom Ethan Brand, gdje nekoliko likova priča o neoprostivom grijehu (pored vapnare usred američke pastoralne idile). Estetski ciljamo na ranu jesen s ruralnim motivima, uz kvrgava stabla (ala Burtonov Sleepy Hollow) i nekoliko bundeva.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/44d33495-0e26-4933-b4fb-4f9e93756bff.jpg
" width="600" /> </a></p>
<p>
Za sada smo jako daleko od ikakvih estetskih odabira jer smo se nosili s osnovnom građom boarda: kućište je napravljeno od borovih lijepljenih dasaka za podni dio i borovih profila za bočne strane. Nakon što smo sve zalijepili drvofixom, cijelo kućište je fino izbrušeno. Veličina stirodur ploče koja sjeda u kućište je 40cmx40cmx2cm (Necropolis standard je 16“x16“).</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b255d55a-40c4-40f7-b17f-91a2dc38bebd.jpg
" width="600" /> </a></p>
<p>
Sami smještaj potoka bilo je teško odabrati zbog osebujnog, kutnog deploymenta u Necropolisu pa smo koristili nizove tokena da isprobamo nekoliko potencijalnih tokova koji bi najmanje ometali igru. Iako planiramo da nam šumski potoci budu plitki, i dalje smo skalpelom i rotirajućim multitoolom izrezbarili kanale i premazali korita razrijeđenom teksturnom pastom. Dok se pasta sušila, ubacili smo razne veličine kamenčića i uspostavili prijelaz preko potoka većim kamenčićima.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c1dfbfbb-9437-416c-ad11-eb3244083d0e.jpg
" width="600" /> </a></p>
<p>
Stabla su zapravo pravo mangrovo drvo, tako da ima prirodne kvrge i zavijutke. Kako bismo dodali sleepy hollow šmek, izdubili smo nekolika rupa u drvu gdje bismo smjestili greenstuff lica. Jedno smo drvo poduprli s komadima borove kore kako ne bi bilo previše nagnuti i ometalo igru.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5846d7a4-8189-420f-8639-25ba4a031e84.jpg
" width="600" /> </a></p>
<p>
Sljedeći korak je prekrivanje cijelog boarda smjesom gipsa i pijeska te izrada same peći.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/92bc4a00-5da2-43e0-9b0c-524db3c6638f.jpg
" width="600" /> </a></p>
"
["created"]=>
string(19) "2025-11-05 11:09:46"
["modified"]=>
string(19) "2025-11-05 11:09:46"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "96"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(6) "Antoni"
["last_name"]=>
string(10) "Pastuović"
["first_name_mask"]=>
string(6) "antoni"
["last_name_mask"]=>
string(9) "pastuovic"
["username"]=>
string(6) "antoni"
["password"]=>
string(40) "5dfa823ee30df1936c1792d4c8348a4bcf4c64e2"
["born"]=>
string(19) "2005-04-04 18:52:00"
["created"]=>
string(19) "2019-04-04 18:53:09"
}
}
</pre>
<a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a>, 5<span class="superscript">th</span> November 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/30" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "477"
["member_id"]=>
string(2) "56"
["title_eng"]=>
string(44) "WE ATTENDED: AmuletD20 Grand Tournament 2025"
["title_hrv"]=>
string(50) "NASTUPILI SMO NA: AmuletD20 Grand Tournament 2025"
["mask_eng"]=>
string(43) "we_attended_amuletd20_grand_tournament_2025"
["mask_hrv"]=>
string(48) "nastupili_smo_na_amuletd20_grand_tournament_2025"
["content_eng"]=>
string(8348) "<p>
<em>In early October I had the opportunity to visit my neighbors from the Amuletd20 association. This time it wasn't an artsy Turnip28 event, but a huge tournament in AOS and Conquest games.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" width="600" /> </a></p>
<p>
Besides the main event, there were tables playing Kings of War, as well as Warhammer: The Old World, where I came with my Chaos Dwarfs.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg" width="600" /> </a></p>
<p>
Unfortunately, I think TOW was the least represented with four players, but this little community was wonderful! Players helped each other with the rules and the games were very friendly. In addition to my choirs, there was also an army of High Elves at the event, as well as two armies of Brettons.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg
" width="600" /> </a></p>
<p>
I spent my event fighting the noble knights of Brettonia, and I believe that my dwarves were helped by the atypical mobility obtained from the monsters (Wyverna, Lammasu and Bale Taurus) accompanied by the antithesis of HŽ (Iron Daemon) and a spell that increased the infantry's mobility.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" width="600" /> </a></p>
<p>
The Kings of War tables were much more dynamic, with more players, more games, and the waxes themselves were far more diverse. I'm glad that the tables were close so I had the opportunity to hang out with the hosts Luka and Vane.. It was definitely a surprise when our Mario visited us and hung out with us.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" width="600" /> </a></p>
<p>
I managed to find enough time to walk around the rest of the event - and it was impressive to see so many players in one place. Amuletd20 really did a phenomenal job for their first event.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg
" width="600" /> </a></p>
<p>
After the event, we went to the association's premises to socialize a little more. And, if you're curious about what it was like there, come to the next Amulet event yourself, you certainly won't regret it.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" width="600" /> </a></p>
<p>
P.S. Many thanks to Luka, Vana and Mita for the invitation and hospitality!</p>
"
["content_hrv"]=>
string(8319) "<p>
<em>Početkom listopada imao sam priliku posjetiti susjede iz udruge Amuletd20. Ovog puta nije bio artsy Turnip28 event, nego ogroman turnir u AOS i Conquest igrama.</em></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f28070ff-616d-4862-a23b-b0b75abb6a18.jpg
" width="600" /> </a></p>
<p>
Osim main eventa, bilo je stolova na kojima se igralo i Kings of War, kao i Warhammer: The Old World gdje sam došao sa svojim Chaos Dwarfovima.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/bdea709e-ef7a-43a2-b26b-618cefa9d56a.jpg" width="600" /> </a></p>
<p>
Nažalost, mislim da je TOW bio najslabije zastupljen s četiri igrača, ali je ovaj mali community bio divan! Igrači su si međusobno pomagali s pravilima i partije su bile jako Friendly, Uz moje chorfove, na eventu je bila i jedna vojska High Elfova, kao i dvije vojske Brettonaca.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b193b75-467b-4b15-8ba1-5c4b1a7cf226.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f83eea94-9104-4ace-a242-6c0b6f4d899b.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/28310007-aa12-4318-907c-3bb65f2ebd76.jpg
" width="600" /> </a></p>
<p>
Svoj event proveo sam boreći se plemenitim vitezovima Brettonie, a vjerujem da je mojim patuljcima pomogla netipična mobilnost dobivena čudovištima (Wyverna, Lammasu i Bale Taurus) u pratnji antiteze HŽ-a (Iron Daemon) i čarolije koja je pješadiji povećavala mobilnost.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/8b6a9525-348e-4850-a80c-05366ee59cbb.jpg
" width="600" /> </a></p>
<p>
Na Kings of War stolovima bilo je znatno dinamičnije, više igrača, više partija, a i same vosjke su bile daleko raznolikije. Drago mi je da su stolovi bili blizu pa sam imao priliku družiti se s domaćinima Lukom i Vaneom.. Definitivno iznenađenje je bilo kad nas je naš Mario posjetio i podružio se s nama.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/23b14876-b97b-4dc6-a7eb-59bfa73d19af.jpg
" width="600" /> </a></p>
<p>
Uspio sam uhvatiti dovoljno vremena da prošećem i ostatkom eventa - i bilo je impresivno vidjeti toliko igrača na istom mjestu. Amuletd20 je zaista odradio fenomenalan posao za prvi event koji organiziraju.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0e22b3e6-6df3-44e0-ac29-7548819f977f.jpg" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5a6f14fe-ff11-42db-add7-873755f7fc35.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/c89ab6db-c383-4b5f-9ea9-a6574c0cccc9.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/d5ecf2c4-9fde-42eb-a85c-84fd93b843d4.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6537a39d-75e9-4ae4-a276-327d8c3730f5.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f6738082-4c0c-418a-aca3-1dda70760068.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/0b3b5dd5-54f7-430c-a941-1fc4c54a89e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e33035cf-68d9-4b73-99ed-93869059a639.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/890da772-56b7-46d5-88e4-1ad751a0f1e3.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3e9e19a3-9d50-4f17-a97d-6a82a72973fc.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6855cb1b-896d-4711-a23a-a2ed95a1aea1.jpg
" width="600" /> </a></p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5ca7468c-b8b1-4ed1-8540-a671eb8e13d9.jpg
" width="600" /> </a></p>
<p>
Nakon eventa, otišli smo do prostora udruge podružiti se još malo. A, ako vas zanima kako je tamo bilo, dođite i sami na idući Amuletov event, sigurno nećete požaliti.</p>
<p>
<a href=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" target="_blank"> <img alt="Click for enlarged picture" src=" https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/677a3f56-0e4c-4a4d-bf93-feeaf15a79dd.jpg
" width="600" /> </a></p>
<p>
P.S. Veliko hvala Luki, Vani i Miti na pozivu i gostoprimstvu!</p>
"
["created"]=>
string(19) "2025-10-30 12:47:37"
["modified"]=>
string(19) "2025-10-30 12:47:37"
}
["Member"]=>
array(10) {
["id"]=>
string(2) "56"
["group_id"]=>
string(1) "2"
["first_name"]=>
string(7) "Domagoj"
["last_name"]=>
string(5) "Krpan"
["first_name_mask"]=>
string(7) "domagoj"
["last_name_mask"]=>
string(5) "krpan"
["username"]=>
string(7) "Domagoj"
["password"]=>
string(40) "fbad52c567fc2f837e1625e28f8b6c4aaa707d8a"
["born"]=>
string(19) "2035-05-07 22:33:00"
["created"]=>
string(19) "2014-05-07 22:33:57"
}
}
</pre>
<a href="/dok/members/domagoj.krpan">Domagoj Krpan</a>, 30<span class="superscript">th</span> October 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/13" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "476"
["member_id"]=>
string(2) "64"
["title_eng"]=>
string(47) "Back to Basics Workshops in Medveščak Library"
["title_hrv"]=>
string(68) "Back to Basics radionice bojanja minijatura u Knjižnici Medveščak"
["mask_eng"]=>
string(45) "back_to_basics_workshops_in_medvescak_library"
["mask_hrv"]=>
string(65) "back_to_basics_radionice_bojanja_minijatura_u_knjiznici_medvescak"
["content_eng"]=>
string(5094) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" width="600" /></a></p>
<p>
During October and November, we held our Back to Basics miniature painting workshops for the youngest at the Zagreb City Libraries.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" width="600" /></a></p>
<p>
The first set of three workshops was held in the Youth Department of the Medveščak Library on October 2, 9 and 11, 2025.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" width="600" /></a></p>
<p>
During the workshops, our youngest participants painted chibi figures from the UMS Agram line and made a castle from upcycled materials.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" width="600" /></a></p>
<p>
More photos can be found on our <a href="https://www.facebook.com/UmsAgram/posts/pfbid0mDuBzjaL5Pi8T28QrPodFXHkUrbwhJ9icKEgZehEtcNuh5E2QaFNNiGtqnxkHgTUl">social media</a>.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(5118) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/56d2a59e-1b62-41c7-8537-44c9821c8190.jpg" width="600" /></a></p>
<p>
Tijekom listopada i studenog u Knjižnicama Grada Zagreba smo održali naše Back to Basics radionice bojanja minijatura za najmlađe. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/70341a76-7e55-4696-9f3d-1059516a1919.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/207c5334-4a5e-4d4f-82b4-ff4623f5486c.jpg" width="600" /></a></p>
<p>
Prvi set od tri radionice održan je u Odjelu za mlade Knjižnice Medveščak 2., 9. i 11.10.2025. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/26d37ff1-d094-48e9-a32c-6930e9feb73f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/987980d7-1c0f-4250-8d76-00e8f33270af.jpg" width="600" /></a></p>
<p>
Tijekom radionica naši najmlađi polaznici su bojali chibi figure iz linije UMS Agram te izrađivali dvorac od upcycle materijala.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/382992eb-a030-4bfb-bdd1-4d45fc7bf8fe.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/179ab1a5-8fa9-4382-ab14-9bfa22a81148.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9a867bc0-c67f-477b-92ac-0d34284fcab3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/b11ead24-6114-48fd-9b10-e41ee2f4fe60.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/1ff481a6-41ad-4a94-85a6-5a18e6e5aa1f.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/204f8671-d892-4be3-8d33-2b898d962b7b.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/6b66577c-43e5-4797-a167-0b3f000561f6.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3d98f633-ac0a-461c-8997-704ab1a869d9.jpg" width="600" /></a></p>
<p>
Više fotografija potražite na našim <a href="https://www.facebook.com/UmsAgram/posts/pfbid0mDuBzjaL5Pi8T28QrPodFXHkUrbwhJ9icKEgZehEtcNuh5E2QaFNNiGtqnxkHgTUl">socijalnim mrežama</a>!</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e88cf3ad-bbbb-483b-8b06-1549d1d4778e.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2025-10-13 09:20:17"
["modified"]=>
string(19) "2025-10-13 09:20:17"
}
["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="/dok/members/krunoslav.belinic">Krunoslav Belinić</a>, 13<span class="superscript">th</span> October 2025</span>
</li>
<li>
<a href="/dok/articles/2025/10/13" class="readMore"></a>
<span class="details"> <pre style="display: none;">
array(2) {
["Article"]=>
array(10) {
["id"]=>
string(3) "475"
["member_id"]=>
string(2) "35"
["title_eng"]=>
string(22) "Gaslands - Tutorial II"
["title_hrv"]=>
string(37) "Gaslands - bojanje autića - nastavak"
["mask_eng"]=>
string(22) "gaslands_-_tutorial_ii"
["mask_hrv"]=>
string(36) "gaslands_-_bojanje_autica_-_nastavak"
["content_eng"]=>
string(5350) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" width="600" /></a></p>
<p>
In this article I will briefly describe how I painted another set of three cars for Gaslands. Same as last time, I started with a black undercoat.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" width="600" /></a></p>
<p>
As I decided to keep the colour of the vehicles matt black, I left it at that and proceeded to paint the windshields. Using much the same method I used for the yellow crew, I applied the chosen paint scheme. Unlike blue windshields with the yellow crew, here I decided to use the yellow/red combo.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" width="600" /></a></p>
<p>
I then added chrome.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" width="600" /></a></p>
<p>
In the end, I added metallic details such as guns etc.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" width="600" /></a></p>
<p>
It was time to add the decals. I first painted all the surfaces with gloss varnish. Then I added the decals and after they set properly, I covered everything with Ultra Matt Varnish..</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" width="600" /></a></p>
<p>
And thus ended the painting process.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" width="600" /></a></p>
<p>
<strong>GALLERY OF THE TWO FINISHED CREWS</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" width="600" /></a></p>
"
["content_hrv"]=>
string(5419) "<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/55823232-fb1b-42c5-bb43-0dd3717ffbae.jpg" width="600" /></a></p>
<p>
U ovom ću članku opisati kako sam obojao drugi set od tri autića za Gaslands demo partije. Kao i prošli puta, krenuo sam s crnim undercoatom. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/cea9bb84-7963-4ff5-86b5-b4c00939d2e6.jpg" width="600" /></a></p>
<p>
S obzirom da sam odlučio da ovaj crew bude mat crn, farbanje karoserija sam tu prekinuo i počeo sam sa staklima. Slično kao i prošli put, koristio sam sličnu shemu, ali u drugim bojama. Za razliku od plavih refleksija na žutim autima, na crnima sam se odlučio za žuto/crvenu kombinaciju. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/3a759bcb-8ea3-4e9d-a340-9a068ad37dbf.jpg" width="600" /></a></p>
<p>
Dodao sam krom.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4188db0-df37-4db5-95c4-fd94bf217acf.jpg" width="600" /></a></p>
<p>
I na kraju dodao metalne dijelove poput oružja.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/f7091f9b-a01b-4753-8142-b04548567b5e.jpg" width="600" /></a></p>
<p>
Na ovim autima, odlučio sam dodati i naljepnice. Prvo sam na površine s naljepnicama stavio gloss lak. Potom sam postavio naljepnicce i nakon što su se dobro osušile sam te iste površine prekrio mat lakom. </p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/41b22b80-983a-40ac-b306-d52c83034f1e.jpg" width="600" /></a></p>
<p>
Time sam završio posao...</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/7837282b-096a-4396-95d8-5b27258570c5.jpg" width="600" /></a></p>
<p>
<strong>GALERIJA ZAVRŠENIH RADOVA!</strong></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/2f6ca56e-0122-4d99-94c7-7dd390bd3cf3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/9e5f1a84-f1cd-40aa-af5d-0faf3e7c5836.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/588dc650-517e-4d4f-bde3-17df71407873.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/ef0725c6-acbc-42fe-b957-abc756d38aa3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/34637387-bca4-4477-9236-dc497782f1f3.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/5cbcae33-d04a-4838-954f-0a69f974ab87.jpg" width="600" /></a></p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/18001745-a227-4477-8c5b-9f329efcec4c.jpg" width="600" /></a></p>
"
["created"]=>
string(19) "2025-10-13 07:21:57"
["modified"]=>
string(19) "2025-10-13 07:21: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="/dok/members/marko.paunovic">Marko Paunović</a>, 13<span class="superscript">th</span> October 2025</span>
</li>
</ul>
<p><a href="/dok/articles">more_articles</a></p>
<h2>latest_battle_reports</h2>
<ul class="latest">
<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: title_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>8</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 8
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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: mask_dok [<b>APP/views/elements/latestBattleReports.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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.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/home/index.ctp, line 50
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="/dok/battle_reports/2025/03/10" class="readMore"></a> <span class="details">
<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: name_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>26</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and "
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T&#39;au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton&#39;s Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives &ndash; all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T&#39;au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van na&scaron;ih deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca &ndash; svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, &scaron;to je operativcima nudilo Vantage point &ndash; mogućnost da jednu hit-kockicu zadrže kao uspje&scaron;nu, a bu&scaron;otina u samom centru, visoka 4 inča, nudi jo&scaron; bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 26
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: name_dok [<b>APP/views/elements/latestBattleReports.ctp</b>, line <b>29</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/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strate&scaron;ka igra smje&scaron;tena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedni&scaron;tvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog boji&scaron;ta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmje&scaron;taju se dvije vojske minijatura. Strate&scaron;ki dio igre je vrlo važan jer već samim razmje&scaron;tanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada va&scaron;i vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juri&scaron;, ili se ukopati na poziciji i braniti ono &scaron;to je va&scaron;e (va&scaron;u polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
&nbsp;</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and <a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a> ()"
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T&#39;au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton&#39;s Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives &ndash; all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T&#39;au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van na&scaron;ih deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca &ndash; svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, &scaron;to je operativcima nudilo Vantage point &ndash; mogućnost da jednu hit-kockicu zadrže kao uspje&scaron;nu, a bu&scaron;otina u samom centru, visoka 4 inča, nudi jo&scaron; bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)
$dateFought = "28<span class="superscript">th</span> February 2025"</pre><pre class="stack-trace">include - APP/views/elements/latestBattleReports.ctp, line 29
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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>28<span class="superscript">th</span> February 2025, , and <a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a> () </span>
</li>
<li>
<a href="/dok/battle_reports/2022/05/09" class="readMore"></a> <span class="details">
22<span class="superscript">nd</span> April 2022, , <a href="/dok/members/borna.plese">Borna Pleše</a> () and <a href="/dok/members/kristijan.kliska">Kristijan Kliska</a> () </span>
</li>
<li>
<a href="/dok/battle_reports/2021/11/26" class="readMore"></a> <span class="details">
17<span class="superscript">th</span> November 2021, , and <a href="/dok/members/nino.marasovic">Nino Marasović</a> () </span>
</li>
</ul>
<p><a href="/dok/battle_reports">more_battle_reports</a></p> <div class="fb-like-box" style="background: white; margin-top: 1em; border-bottom: 1px solid #AAA;" data-href="http://www.facebook.com/UmsAgram" data-width="260" data-show-faces="true" data-stream="true" data-header="true"></div></div>"
$scripts_for_layout = ""
$title_for_layout = "Members"
$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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = 1762644332
SessionHelper::$sessionTime = 1762656332
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "/dok/members/martin.vrkljan"
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 = "breadcrumbs "
$title = ""
$breadCrumb = array(
"Page" => array(
"id" => "1",
"parent_id" => null,
"controller" => "home",
"title_eng" => "Home",
"title_hrv" => "Naslovnica",
"lft" => "1",
"rght" => "56"
)
)
$controller = array(
"home"
)
include - APP/views/layouts/default.ctp, line 23
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" : Martin Vrkljan < < <
Notice (8): Undefined index: title_dok [APP/views/helpers/menu.php, line 36]
MenuHelper::display() - APP/views/helpers/menu.php, line 36
include - APP/views/layouts/default.ctp, line 68
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
StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 291
include - APP/views/members/view.ctp, line 4
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
member_info_1
member_info_2Martinmember_info_3
Notice (8): Undefined index: name_dok [APP/views/helpers/stringer.php, line 297]
$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strateška igra smještena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedništvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strateškoj igri Warhammer radnja je smještena u Starom svijetu u kojem vi preuzimate zapovjedništvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strateškoj igri The Lord of the Rings (Gospodar prstenova) radnja je smještena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedništvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """"
$element = array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strateškoj igri Warhammer radnja je smještena u Starom svijetu u kojem vi preuzimate zapovjedništvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
)
StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 297
include - APP/views/members/view.ctp, line 10
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 index: name_dok [APP/views/helpers/stringer.php, line 294]
$array = array(
array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strateška igra smještena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedništvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
array(
"id" => "2",
"name_eng" => "GW - Warhammer Fantasy Battles",
"name_hrv" => "GW - Warhammer Fantasy Battles",
"description_eng" => "<p>
ENG Description of Warhammer Fantasy Battles</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strateškoj igri Warhammer radnja je smještena u Starom svijetu u kojem vi preuzimate zapovjedništvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski Starog svijeta.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/aktivnosti/wh_op_001_zps361e898c.jpg" width="600" /> </a></p>
"
),
array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strateškoj igri The Lord of the Rings (Gospodar prstenova) radnja je smještena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedništvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
)
$fieldName = "name_dok"
$emp = """
$output = """, """
$element = array(
"id" => "3",
"name_eng" => "GW - Lord of The Rings",
"name_hrv" => "GW - Gospodar prstenova",
"description_eng" => "<p>
One Ring To Rule Them All</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
",
"description_hrv" => "<p>
U stolno strateškoj igri The Lord of the Rings (Gospodar prstenova) radnja je smještena u dobro poznati svijet Međuzemlje u kojem vi preuzimate zapovjedništvo nad vojskama Dobra i silama Zla u borbi za prevlast nad cijelim svijetom.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 120 cm, na koji se zatim postavljaju različiti tereni (makete) kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura, jedna snage Zla i jedna sila Dobra. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/lotr04_zps5382d584.jpg" width="600" /> </a></p>
"
)
StringerHelper::humanizeList() - APP/views/helpers/stringer.php, line 294
include - APP/views/members/view.ctp, line 10
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
"", "" and ""
Notice (8): Undefined index: name_dok [APP/views/members/view.ctp, line 17]
include - APP/views/members/view.ctp, line 17
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
member_info_5" ()", " ()" and " ()".
latest_articles
Notice (8): Undefined index: title_dok [APP/views/elements/latestArticles.ctp, line 7]
include - APP/views/elements/latestArticles.ctp, line 7
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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 index: mask_dok [APP/views/elements/latestArticles.ctp, line 10]
include - APP/views/elements/latestArticles.ctp, line 10
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 49
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
U subotu 25.10.2025. održao se Foto Video Show & ModelMania Zagreb u Kongresnoj dvorani na Zagrebačkom Velesajmu. UMS Agram je nastupio s prezentacijom rada naših raznih programa poput Advent u Agramu, Agram Group Build, Agram Lego Sekcija i Knjižnica i čitaonica UMS "Agram".
Naši volonteri, Kruno i Marko bili su tamo od 10 ujutro i odgovarali na pitanja s čime se bavimo.
Antoni i Lav su bili zaduženi za demonstriranje stolne strateške igre Gaslands!
Kruno je držao Back to Basics radionice bojanja minijatura!
In October we started with our first board for Necropolis, and with an appropriate theme! – the Eternal Autumn configuration from the Necropolis rulebook. The configuration is such that it only requires 3 trees, which we considered too boring, so instead of one tree, we plan to build a cubic lime kiln and 2 streams.
The board is inspired by Hawthorne's story Ethan Brand, where several characters talk about the unforgivable sin (next to a lime kiln in the middle of an American pastoral idyll). Aesthetically, we're aiming for early fall with rural motifs, along with gnarled trees (ala Burton's Sleepy Hollow) and a few pumpkins.
For now, we are very far from any aesthetic choices because we have dealt with the basic structure of the board: the housing is made of pine glued boards for the floor and pine profiles for the sides. After we glued everything with Drvofix, the entire housing was finely sanded. The size of the Styrodur board that fits into the housing is 40cmx40cmx2cm (Necropolis standard is 16"x16").
The placement of the stream itself was difficult to choose due to the peculiar, angular deployment in Necropolis, so we used token strings to try out a few potential streams that would least interfere with the game. Although we planned to keep our forest streams shallow, we still carved channels with a scalpel and a rotary multitool and coated the beds with diluted texture paste. While the paste dried, we added various sizes of pebbles and created a transition across the stream with larger pebbles.
The trees are actually real mangroves, so they have natural knots and twists. To add a Sleepy Hollow feel, we hollowed out a few holes in the wood to house the greenstuff faces. We propped up one tree with pieces of pine bark so it wouldn't lean too much and interfere with play.
The next step is to cover the entire board with a mixture of gypsum and sand and make the stove itself.
"
["content_hrv"]=>
string(4295) "
U listopadu smo započeli s našim prvim boardom za Necropolis, i to s primjerenom tematikom! – Eternal Autumn konfiguracijom iz Necropolis rulebooka. Konfiguracija je takva da nalaže samo 3 stabla, što smo smatrali predosadnim te umjesto jednog stabla kanimo izraditi kockastu vapnenu peć i 2 potoka.
Board je inspiriran Hawthorneovom pričom Ethan Brand, gdje nekoliko likova priča o neoprostivom grijehu (pored vapnare usred američke pastoralne idile). Estetski ciljamo na ranu jesen s ruralnim motivima, uz kvrgava stabla (ala Burtonov Sleepy Hollow) i nekoliko bundeva.
Za sada smo jako daleko od ikakvih estetskih odabira jer smo se nosili s osnovnom građom boarda: kućište je napravljeno od borovih lijepljenih dasaka za podni dio i borovih profila za bočne strane. Nakon što smo sve zalijepili drvofixom, cijelo kućište je fino izbrušeno. Veličina stirodur ploče koja sjeda u kućište je 40cmx40cmx2cm (Necropolis standard je 16“x16“).
Sami smještaj potoka bilo je teško odabrati zbog osebujnog, kutnog deploymenta u Necropolisu pa smo koristili nizove tokena da isprobamo nekoliko potencijalnih tokova koji bi najmanje ometali igru. Iako planiramo da nam šumski potoci budu plitki, i dalje smo skalpelom i rotirajućim multitoolom izrezbarili kanale i premazali korita razrijeđenom teksturnom pastom. Dok se pasta sušila, ubacili smo razne veličine kamenčića i uspostavili prijelaz preko potoka većim kamenčićima.
Stabla su zapravo pravo mangrovo drvo, tako da ima prirodne kvrge i zavijutke. Kako bismo dodali sleepy hollow šmek, izdubili smo nekolika rupa u drvu gdje bismo smjestili greenstuff lica. Jedno smo drvo poduprli s komadima borove kore kako ne bi bilo previše nagnuti i ometalo igru.
Sljedeći korak je prekrivanje cijelog boarda smjesom gipsa i pijeska te izrada same peći.
In early October I had the opportunity to visit my neighbors from the Amuletd20 association. This time it wasn't an artsy Turnip28 event, but a huge tournament in AOS and Conquest games.
Besides the main event, there were tables playing Kings of War, as well as Warhammer: The Old World, where I came with my Chaos Dwarfs.
Unfortunately, I think TOW was the least represented with four players, but this little community was wonderful! Players helped each other with the rules and the games were very friendly. In addition to my choirs, there was also an army of High Elves at the event, as well as two armies of Brettons.
I spent my event fighting the noble knights of Brettonia, and I believe that my dwarves were helped by the atypical mobility obtained from the monsters (Wyverna, Lammasu and Bale Taurus) accompanied by the antithesis of HŽ (Iron Daemon) and a spell that increased the infantry's mobility.
The Kings of War tables were much more dynamic, with more players, more games, and the waxes themselves were far more diverse. I'm glad that the tables were close so I had the opportunity to hang out with the hosts Luka and Vane.. It was definitely a surprise when our Mario visited us and hung out with us.
I managed to find enough time to walk around the rest of the event - and it was impressive to see so many players in one place. Amuletd20 really did a phenomenal job for their first event.
After the event, we went to the association's premises to socialize a little more. And, if you're curious about what it was like there, come to the next Amulet event yourself, you certainly won't regret it.
P.S. Many thanks to Luka, Vana and Mita for the invitation and hospitality!
"
["content_hrv"]=>
string(8319) "
Početkom listopada imao sam priliku posjetiti susjede iz udruge Amuletd20. Ovog puta nije bio artsy Turnip28 event, nego ogroman turnir u AOS i Conquest igrama.
Osim main eventa, bilo je stolova na kojima se igralo i Kings of War, kao i Warhammer: The Old World gdje sam došao sa svojim Chaos Dwarfovima.
Nažalost, mislim da je TOW bio najslabije zastupljen s četiri igrača, ali je ovaj mali community bio divan! Igrači su si međusobno pomagali s pravilima i partije su bile jako Friendly, Uz moje chorfove, na eventu je bila i jedna vojska High Elfova, kao i dvije vojske Brettonaca.
Svoj event proveo sam boreći se plemenitim vitezovima Brettonie, a vjerujem da je mojim patuljcima pomogla netipična mobilnost dobivena čudovištima (Wyverna, Lammasu i Bale Taurus) u pratnji antiteze HŽ-a (Iron Daemon) i čarolije koja je pješadiji povećavala mobilnost.
Na Kings of War stolovima bilo je znatno dinamičnije, više igrača, više partija, a i same vosjke su bile daleko raznolikije. Drago mi je da su stolovi bili blizu pa sam imao priliku družiti se s domaćinima Lukom i Vaneom.. Definitivno iznenađenje je bilo kad nas je naš Mario posjetio i podružio se s nama.
Uspio sam uhvatiti dovoljno vremena da prošećem i ostatkom eventa - i bilo je impresivno vidjeti toliko igrača na istom mjestu. Amuletd20 je zaista odradio fenomenalan posao za prvi event koji organiziraju.
Nakon eventa, otišli smo do prostora udruge podružiti se još malo. A, ako vas zanima kako je tamo bilo, dođite i sami na idući Amuletov event, sigurno nećete požaliti.
P.S. Veliko hvala Luki, Vani i Miti na pozivu i gostoprimstvu!
In this article I will briefly describe how I painted another set of three cars for Gaslands. Same as last time, I started with a black undercoat.
As I decided to keep the colour of the vehicles matt black, I left it at that and proceeded to paint the windshields. Using much the same method I used for the yellow crew, I applied the chosen paint scheme. Unlike blue windshields with the yellow crew, here I decided to use the yellow/red combo.
I then added chrome.
In the end, I added metallic details such as guns etc.
It was time to add the decals. I first painted all the surfaces with gloss varnish. Then I added the decals and after they set properly, I covered everything with Ultra Matt Varnish..
And thus ended the painting process.
GALLERY OF THE TWO FINISHED CREWS
"
["content_hrv"]=>
string(5419) "
U ovom ću članku opisati kako sam obojao drugi set od tri autića za Gaslands demo partije. Kao i prošli puta, krenuo sam s crnim undercoatom.
S obzirom da sam odlučio da ovaj crew bude mat crn, farbanje karoserija sam tu prekinuo i počeo sam sa staklima. Slično kao i prošli put, koristio sam sličnu shemu, ali u drugim bojama. Za razliku od plavih refleksija na žutim autima, na crnima sam se odlučio za žuto/crvenu kombinaciju.
Dodao sam krom.
I na kraju dodao metalne dijelove poput oružja.
Na ovim autima, odlučio sam dodati i naljepnice. Prvo sam na površine s naljepnicama stavio gloss lak. Potom sam postavio naljepnicce i nakon što su se dobro osušile sam te iste površine prekrio mat lakom.
include - APP/views/elements/latestBattleReports.ctp, line 8
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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 index: mask_dok [APP/views/elements/latestBattleReports.ctp, line 11]
include - APP/views/elements/latestBattleReports.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/home/index.ctp, line 50
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 index: name_dok [APP/views/elements/latestBattleReports.ctp, line 26]
if (Configure::read() > 0) { include ($___viewFn);
$___viewFn = "/home/martin/apps/agram/app/views/elements/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strateška igra smještena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedništvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and "
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T'au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton's Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives – all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T'au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van naših deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca – svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, što je operativcima nudilo Vantage point – mogućnost da jednu hit-kockicu zadrže kao uspješnu, a bušotina u samom centru, visoka 4 inča, nudi još bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)
include - APP/views/elements/latestBattleReports.ctp, line 26
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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 index: name_dok [APP/views/elements/latestBattleReports.ctp, line 29]
if (Configure::read() > 0) { include ($___viewFn);
$___viewFn = "/home/martin/apps/agram/app/views/elements/latestBattleReports.ctp"
$___dataForView = array(
"lang" => "dok",
"otherLangs" => array(
"eng",
"hrv"
),
"globalNav" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"breadCrumbs" => array(
array()
),
"pageContents" => array(
"home_who_we_are" => null
),
"userData" => null,
"announcements" => array(
array(),
array(),
array()
),
"cache" => array(
"time" => "+1 day",
"key" => "dok"
),
"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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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 = "dok"
$otherLangs = array(
"eng",
"hrv"
)
$globalNav = array(
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
),
array(
"Page" => array()
)
)
$breadCrumbs = array(
array(
"Page" => array()
)
)
$pageContents = array(
"home_who_we_are" => null
)
$userData = null
$announcements = array(
array(
"Announcement" => array()
),
array(
"Announcement" => array()
),
array(
"Announcement" => array()
)
)
$cache = array(
"time" => "+1 day",
"key" => "dok"
)
$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 = "/dok"
FormHelper::$params = array
FormHelper::$action = "index"
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 = "/dok"
TextHelper::$params = array
TextHelper::$action = "index"
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 = "/dok"
StringerHelper::$params = array
StringerHelper::$action = "index"
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 = "/dok"
MenuHelper::$params = array
MenuHelper::$action = "index"
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 = 1762616295
SessionHelper::$sessionTime = 1762628295
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/dok"
SessionHelper::$params = array
SessionHelper::$action = "index"
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 = "/dok"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
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 = "dok"
LinkHelper::$defaultLang = "hrv"
LinkHelper::$base = ""
LinkHelper::$webroot = "/"
LinkHelper::$theme = NULL
LinkHelper::$here = "/dok"
LinkHelper::$params = array
LinkHelper::$action = "index"
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
$battleReports = array(
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
),
array(
"BattleReport" => array(),
"Game" => array(),
"BattleReportExperience" => array()
)
)
$battleReport = array(
"BattleReport" => array(
"id" => "16",
"title_eng" => "Kill Team - Blooded vs. Vespid Stingwings",
"title_hrv" => "Kill Team - Blooded vs. Vespid Stingwings",
"mask_eng" => "kill_team_-_blooded_vs_vespid_stingwings",
"mask_hrv" => "kill_team_-_blooded_vs_vespid_stingwings",
"game_id" => "1",
"fought" => "2025-02-28 16:00:00",
"created" => "2025-03-10 08:53:42",
"modified" => "2025-03-10 08:53:42"
),
"Game" => array(
"id" => "1",
"name_eng" => "GW - Warhammer 40.000",
"name_hrv" => "GW - Warhammer 40.000",
"description_eng" => "<p>
In the grim darkness of the far future, there is only war!</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>
",
"description_hrv" => "<p>
Warhammer 40000 je strateška igra smještena u daleku budućnost Zemlje, u kojoj preuzimate zapovjedništvo nad vojskama minijatura kako bi prikazali oružane sukobe vojski budućnosti.</p>
<p>
Bitke se vode na stolu uobičajenih dimenzija 120 x 180 cm, na koji se zatim postavlja različit teren kako bi se dočarao izgled pravog bojišta. Nakon toga, u uobičajenom scenariju, na suprotne strane stola razmještaju se dvije vojske minijatura. Strateški dio igre je vrlo važan jer već samim razmještanjem jedinica na stol možete dobiti veći dio bitke.</p>
<p>
Sada, kada vaši vojnici preko bojnog polja gledaju u mrskog im neprijatelja, spremni ste poslati naredbu za juriš, ili se ukopati na poziciji i braniti ono što je vaše (vašu polovicu drvene ploče prekrivene umjetnim terenom). Kako ne bi nastala zbrka na bojnom polju, igra je podijeljena na poteze, a svaki potez je dodatno podijeljen u faze.<br />
</p>
<p>
<a href="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" target="_blank"> <img alt="Click for enlarged picture" src="http://img.photobucket.com/albums/v467/demonn/Agram-Sajt/40k03_zpsc9a73277.jpg" width="600" /> </a> </p>"
),
"BattleReportExperience" => array(
array()
)
)
$memberString = " and <a href="/dok/members/antoni.pastuovic">Antoni Pastuović</a> ()"
$battleReportExperience = array(
"id" => "18",
"battle_report_id" => "16",
"member_id" => "96",
"army_id" => "33",
"intro_eng" => "<p>
This Friday, Luka and I had the opportunity to try out the third edition of the famous Warhammer skirmish game Kill Team, and along the way demonstrate the basics that have remained unchanged. Luka played a team of Vespid Stingwings, a highly mobile T'au unit, and I played the Blooded, a traitor squad that used to belong to the Astra Militarum (in my case they were named Glanton's Gang). The map, measuring 30x22 inches, was organized so that all terrain was outside of our deployment zones, which were 6 inches from the shorter edges. In the middle of the map, in a slight diagonal, 3 points of interest (objectives) are placed. All this resulted in a very symmetrical setup of operatives – all Vespids and the entire Blooded gang at the beginning of the game were mirrored hidden behind large pieces of terrain. All buildings with doors were 3 inches high, offering the operatives a Vantage point - the ability to keep one hit die as a success, and the well in the very center, 4 inches high, offers an even better Vantage point, where the operatives keep 2 dice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"intro_hrv" => "<p>
Ovaj smo petak Luka i ja imali priliku isprobati treću ediciju poznate Warhammer skirmish igre <em>Kill Team</em> te usput demonstrirati osnove koje su ostale nepromijenjene. Luka je igrao tim Vespid Stingwings, jako mobilne T'au jedinice, a ja sam igrao Blooded, izdajnički odred koji je nekad pripadao Astri Militarum (u mojem su slučaju dobili ime <em>Glantonova banda</em>). Mapa, veličine 30x22 inča, bila je organizirana tako da je sav teren bio van naših deployment zona, koje su iznosile 6 inča od kraćih rubova. Nasred mape, u blagoj dijagonali, postavljene su 3 točke interesa (objectives). Sve je ovo rezultiralo jako simetričnom postavom operativaca – svi su Vespidi i cijela Blooded banda na početku igre bili zrcaljeno skriveni iza velikih komada terena. Sve građevine s vratima bile su visoke 3 inča, što je operativcima nudilo Vantage point – mogućnost da jednu hit-kockicu zadrže kao uspješnu, a bušotina u samom centru, visoka 4 inča, nudi još bolji Vantage point, gdje operativci zadržavaju 2 kockice.</p>
<p>
<a href="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" target="_blank"><img alt="Click for enlarged picture" src="https://hosting.photobucket.com/95288841-8654-4bf7-8fc9-a4aa78dce87f/e4be55ea-8433-47c7-b28a-459533bba4bc.jpg" width="600" /></a></p>
",
"Member" => array(
"id" => "96",
"group_id" => "2",
"first_name" => "Antoni",
"last_name" => "Pastuović",
"first_name_mask" => "antoni",
"last_name_mask" => "pastuovic",
"username" => "antoni",
"password" => "*****",
"born" => "2005-04-04 18:52:00",
"created" => "2019-04-04 18:53:09"
),
"Army" => array(
"id" => "33",
"game_id" => "1",
"army_alignment_id" => null,
"name_eng" => "Imperial Guard",
"name_hrv" => "Imperial Guard",
"description_eng" => "",
"description_hrv" => ""
)
)
$dateFought = "28<span class="superscript">th</span> February 2025"
include - APP/views/elements/latestBattleReports.ctp, line 29
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/home/index.ctp, line 50
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