コード例 #1
0
ファイル: blogs-profile.php プロジェクト: hshoghi/cms
            <input type = "button" value = "Save" onclick = "tinyMCE.triggerSave(); save_primary_profile('blog_form','blog')" />
        </div>
    </div>
</div>

<?php 
if (is_numeric($blog_id)) {
    ?>

<hr />
Logo for light background:
<div>
    <?php 
    media::uploader(array('vfolder_path' => '/blog_id/' . $blog_id, 'empty_message' => 'Upload a logo for this blog.  A high resolution transparent PNG file is ideal.', 'db_field' => 'blog.logo__media_item_id', 'db_row_id' => $blog_id));
    ?>
</div>

<hr />

Logo for dark background:
<div>
    <?php 
    media::uploader(array('vfolder_path' => '/blog_id/' . $blog_id, 'empty_message' => 'Upload an inverse logo for this blog.  A high resolution transparent PNG file is ideal.', 'db_field' => 'blog.inverse__media_item_id', 'db_row_id' => $blog_id));
    ?>
</div>
</div>
</fieldset>
<?php 
}
//if
template::inc('intranet', 'bottom');