Esempio n. 1
0
?>
" data-verdict="pending">Pending</button>
            </div>
        </div>
        <div class="form-group">
            <div class="col-sm-offset-3 col-sm-9">
                <span id="status"></span>
            </div>
        </div>


</form>
</div>
<span class="label label-<?php 
echo $label_page_size;
?>
"><?php 
echo $article_page_size;
?>
 bytes</span>
<span class="label label-<?php 
echo $label_word_count;
?>
"><?php 
echo $article_word_count;
?>
 words (approx.)</span>

<?php 
echo get_page_content_html($article_title, $wiki);
Esempio n. 2
0
function get_main_page()
{
    global $settings;
    return get_page_content_html($settings['main_page_title'], $settings['main_page_wiki']);
}